Compare commits
No commits in common. "132426232defd153172ddc76db7000c7ff0b509f" and "36180ec0be97d926fa8b4d65429beb5c68c0f2c9" have entirely different histories.
132426232d
...
36180ec0be
3 changed files with 4 additions and 3 deletions
|
@ -30,6 +30,7 @@
|
||||||
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/main";
|
flake = "/home/${username}/repos/projects/nichts";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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/main/modules/style/quickshell/shell"
|
spawn-at-startup "bash" "-c" "quickshell --path ~/repos/projects/nichts/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/main/modules/style/quickshell/shell msg launcher open"
|
spawn "bash" "-c" "quickshell --path ~/repos/projects/nichts/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