Upgrade to nixpkgs 25.05

This commit is contained in:
marc
2025-05-24 19:06:04 +02:00
parent fc548af96a
commit df6c1c9402
10 changed files with 539 additions and 47 deletions

View File

@@ -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"
];
};
}