flake.lock: bump
flake.nix: refactor; remove walker, xwst, niri
This commit is contained in:
@@ -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 {};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user