flake.lock: bump

flake.nix: refactor; remove walker, xwst, niri
This commit is contained in:
2025-12-21 22:21:19 +02:00
parent 6243330c4b
commit 2f1fed539e
6 changed files with 335 additions and 484 deletions
+5 -1
View File
@@ -246,10 +246,12 @@ in {
match app-id="org.wezfurlong.wezterm"
match app-id="com.mitchellh.ghostty"
default-column-width { proportion 1.0; }
draw-border-with-background false
}
window-rule {
match app-id="re.sonny.Junction"
match app-id="com.github.hluk.copyq"
match title=r"^.* - Choose User Profile$"
open-floating true
open-focused true
}
@@ -292,6 +294,8 @@ in {
Mod+Ctrl+M { fullscreen-window; }
Mod+Ctrl+G { toggle-window-floating; }
Mod+Shift+M { maximize-window-to-edges; }
Mod+Ctrl+Shift+M { toggle-windowed-fullscreen; }
Mod+Minus { set-column-width "-10%"; }
@@ -305,7 +309,7 @@ in {
Mod+Ctrl+Space repeat=false { toggle-overview; }
Mod+Return repeat=false { spawn "/bin/sh" "-c" "$TERMINAL"; }
Mod+Return repeat=false { spawn "sh" "-c" "$TERMINAL"; }
Mod+BackSpace repeat=false { spawn "sh" "-c" "${launcher}"; }
Mod+D repeat=false { spawn "sh" "-c" "${launcher}"; }
Mod+Ctrl+L repeat=false { spawn "${lockscreen}"; }