Compare commits
3 commits
36180ec0be
...
132426232d
Author | SHA1 | Date | |
---|---|---|---|
132426232d |
|||
5e7ea5772a |
|||
4d57f072d0 |
3 changed files with 3 additions and 4 deletions
|
@ -30,7 +30,6 @@
|
||||||
imv
|
imv
|
||||||
inetutils
|
inetutils
|
||||||
inshellisense
|
inshellisense
|
||||||
joplin-desktop
|
|
||||||
jujutsu
|
jujutsu
|
||||||
just
|
just
|
||||||
keepassxc
|
keepassxc
|
||||||
|
|
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue