Compare commits

..

3 commits

Author SHA1 Message Date
132426232d
nh: fox NH_FLAKE path
Signed-off-by: Bloxx12 <charlie@charlieroot.dev>
Change-Id: I6a6a6964bd6df9956c18c5972f5b69523e8a91bc
2025-07-19 16:41:17 +02:00
5e7ea5772a
niri: config: fix path for quickshell
Signed-off-by: Bloxx12 <charlie@charlieroot.dev>
Change-Id: I6a6a6964eebe587d151cba7eafd2ed27725bcfbd
2025-07-19 16:41:16 +02:00
4d57f072d0
temperance: programs: remove joplin-desktop
Signed-off-by: Bloxx12 <charlie@charlieroot.dev>
Change-Id: I6a6a696486bb26a060f004a9dbf7d3ed5d1098ce
2025-07-19 16:41:15 +02:00
3 changed files with 3 additions and 4 deletions

View file

@ -30,7 +30,6 @@
imv imv
inetutils inetutils
inshellisense inshellisense
joplin-desktop
jujutsu jujutsu
just just
keepassxc keepassxc

View file

@ -15,7 +15,7 @@ in {
enable = true; enable = true;
clean.enable = true; clean.enable = true;
clean.extraArgs = "--keep-since 4d --keep 3"; clean.extraArgs = "--keep-since 4d --keep 3";
flake = "/home/${username}/repos/projects/nichts"; flake = "/home/${username}/repos/projects/nichts/main";
}; };
}; };
} }

View file

@ -69,7 +69,7 @@ layout {
// xwayland stuff // xwayland stuff
// spawn-at-startup "xwayland-satellite" // spawn-at-startup "xwayland-satellite"
spawn-at-startup "kwalletd6" 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 { environment {
DISPLAY ":0" DISPLAY ":0"
} }
@ -156,7 +156,7 @@ binds {
spawn "brave" spawn "brave"
} }
Mod+D { 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 { Mod+Alt+L {
spawn "swaylock" spawn "swaylock"