diff --git a/hosts/temperance/programs.nix b/hosts/temperance/programs.nix index 10bca5b..4d1f8bd 100644 --- a/hosts/temperance/programs.nix +++ b/hosts/temperance/programs.nix @@ -30,7 +30,6 @@ imv inetutils inshellisense - joplin-desktop jujutsu just keepassxc diff --git a/modules/programs/cli/nh.mod.nix b/modules/programs/cli/nh.mod.nix index 18033fa..2304b8b 100644 --- a/modules/programs/cli/nh.mod.nix +++ b/modules/programs/cli/nh.mod.nix @@ -15,7 +15,7 @@ in { enable = true; clean.enable = true; clean.extraArgs = "--keep-since 4d --keep 3"; - flake = "/home/${username}/repos/projects/nichts"; + flake = "/home/${username}/repos/projects/nichts/main"; }; }; } diff --git a/modules/wms/niri/config.kdl b/modules/wms/niri/config.kdl index 3867d35..3a40986 100644 --- a/modules/wms/niri/config.kdl +++ b/modules/wms/niri/config.kdl @@ -69,7 +69,7 @@ layout { // xwayland stuff // spawn-at-startup "xwayland-satellite" spawn-at-startup "kwalletd6" -spawn-at-startup "bash" "-c" "quickshell --path ~/repos/projects/nichts/modules/style/quickshell/shell" +spawn-at-startup "bash" "-c" "quickshell --path ~/repos/projects/nichts/main/modules/style/quickshell/shell" environment { DISPLAY ":0" } @@ -156,7 +156,7 @@ binds { spawn "brave" } Mod+D { - spawn "bash" "-c" "quickshell --path ~/repos/projects/nichts/modules/style/quickshell/shell msg launcher open" + spawn "bash" "-c" "quickshell --path ~/repos/projects/nichts/main/modules/style/quickshell/shell msg launcher open" } Mod+Alt+L { spawn "swaylock"