🧹 Run garbage cleaner weekly. Fixed wrong keybind for esc menu
This commit is contained in:
parent
0e15fa0b0d
commit
89265aef48
@ -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"
|
||||
|
@ -3,5 +3,10 @@
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
flake = ../.;
|
||||
clean = {
|
||||
enable = true;
|
||||
dates = "weekly";
|
||||
extraArgs = "--keep-since 30d";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user