diff --git a/hosts/demeter/home-manager-extras/default.nix b/hosts/demeter/home-manager-extras/default.nix index 1ce1186..21ee92e 100644 --- a/hosts/demeter/home-manager-extras/default.nix +++ b/hosts/demeter/home-manager-extras/default.nix @@ -1,3 +1,8 @@ { + inputs, + system, + ... +}: { wayland.windowManager.hyprland.settings.monitor = ["DP-1,2560x1440@165,1920x0,auto" "HDMI-A-1,1920x1080@60,0x0,1"]; + wayland.windowManager.hyprland.package = inputs.stablepkgs.legacyPackages.${system}.hyprland; } diff --git a/users/youwen/linux/hyprland/common.nix b/users/youwen/linux/hyprland/common.nix index 1e8d0d2..740f0bc 100644 --- a/users/youwen/linux/hyprland/common.nix +++ b/users/youwen/linux/hyprland/common.nix @@ -24,7 +24,6 @@ wayland.windowManager.hyprland = { enable = true; - package = inputs.stablepkgs.legacyPackages.${system}.hyprland; settings = { exec-once = ["waypaper --restore"]; "$mod" = "SUPER";