🧹 Run garbage cleaner weekly. Fixed wrong keybind for esc menu

This commit is contained in:
Martin Berg Alstad 2025-01-08 20:00:37 +01:00
parent 0e15fa0b0d
commit 89265aef48
Signed by: martials
GPG Key ID: A3824877B269F2E2
2 changed files with 6 additions and 1 deletions

View File

@ -21,7 +21,7 @@ in
"$mainMod, B, exec, ${app.browser}"
"$mainMod, L, exec, ${app.lockScreen}"
"$mainMod, K, exec, [float] ${app.calculator}"
"$mainMod, ESC, exec, wlogout"
"$mainMod, ESCAPE, exec, wlogout"
# Move focus with mainMod + arrow keys
"$mainMod, left, movefocus, l"

View File

@ -3,5 +3,10 @@
programs.nh = {
enable = true;
flake = ../.;
clean = {
enable = true;
dates = "weekly";
extraArgs = "--keep-since 30d";
};
};
}