Skip to content

Commit

Permalink
hyprland: nix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 30, 2025
1 parent 3e67c8a commit 2db40e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/home/programs/graphical/wms/hyprland/apps.nix
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ in
# ░▀░▀░▀░░░▀░░░░░▀▀▀░░▀░░▀░▀░▀░▀░░▀░░▀▀▀░▀░░

# Startup apps that have rules for organizing them
(map mkStartCommand [
map mkStartCommand [
"${getExe config.programs.firefox.package}"
"${getExe pkgs.steam}"
"${getExe pkgs.discord}"
@@ -48,7 +48,7 @@ in
"${getExe pkgs._1password-gui} --silent"
"${getExe pkgs.tailscale-systray}"
"$(${getExe pkgs.wayvnc} $(${getExe pkgs.tailscale} ip --4))"
]);
];
};
};
};

0 comments on commit 2db40e4

Please sign in to comment.