chore: update flake.lock; prepare for 25.11 migration

This commit is contained in:
2025-10-19 16:21:25 +08:00
parent 41969ab2e0
commit 959956409d
9 changed files with 101 additions and 96 deletions

View File

@@ -286,9 +286,11 @@
"Mod+Shift+Minus".action.set-window-height = "-10%";
"Mod+Shift+Equal".action.set-window-height = "+10%";
"Ctrl+Alt+A".action = screenshot;
"Ctrl+Alt+A".action.screenshot = [ ];
# "Ctrl+Alt+A".action = screenshot;
"Print".action.screenshot-screen = [ ];
"Alt+Print".action = screenshot-window;
"Alt+Print".action.screenshot-window = [ ];
# "Alt+Print".action = screenshot-window;
"Mod+Shift+E".action = quit;