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 {};
};
};
};