Upgrade to nixpkgs 25.05
This commit is contained in:
@@ -12,9 +12,9 @@ in
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
# environment.systemPackages = with pkgs; [
|
||||
# hypridle
|
||||
# ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
hypridle
|
||||
];
|
||||
|
||||
hm.programs.hyprlock = {
|
||||
enable = true;
|
||||
@@ -107,9 +107,9 @@ in
|
||||
};
|
||||
|
||||
# - Execute on startup -----------------------
|
||||
# hm.wayland.windowManager.hyprland.settings.exec-once = [
|
||||
# "hypridle"
|
||||
# ];
|
||||
hm.wayland.windowManager.hyprland.settings.exec-once = [
|
||||
"hypridle"
|
||||
];
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user