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
+2 -2
View File
@@ -67,7 +67,7 @@ in {
platformTheme.name = "gtk3";
};
programs.walker = import ./programs/walker {inherit config inputs pkgs;};
# programs.walker = import ./programs/walker {inherit config inputs pkgs;};
programs.waybar = import ./programs/waybar {inherit config colors getExe ifLaptop pkgs;};
wayland.windowManager.hyprland = import ./hyprland.nix {inherit config osConfig perSystem launcher lockscreen;};
services = import ./services {inherit pkgs lockscreen getExe perSystem;};
@@ -189,7 +189,7 @@ in {
ExecStart = "${getExe perSystem.hyprsunset.hyprsunset} -t 6500";
};
};
walker = mkGraphicalService {};
# walker = mkGraphicalService {};
};
};
};
+2 -2
View File
@@ -24,7 +24,7 @@
in {
imports = with inputs; [
# vicinae.homeManagerModules.default
walker.homeManagerModules.default
# walker.homeManagerModules.default
];
options = {
desktop.niri.enable =
@@ -102,7 +102,7 @@ in {
xdg = {
configFile = {
niri = import ./niri.nix commonArgs;
# niri = import ./niri.nix commonArgs;
"mimeapps.list".force = true;
};
mime.enable = true;
+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}"; }