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

@@ -24,13 +24,13 @@ in {
hm.wayland.windowManager.hyprland = {
enable = true;
package = pkgs.hyprland;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
xwayland.enable = true;
systemd.enable = true;
plugins = [
pkgs.hyprlandPlugins.hy3
inputs.hy3.packages.${pkgs.stdenv.hostPlatform.system}.hy3
];
settings = {