fix(adrastea): use latest hyprland

This commit is contained in:
Youwen Wu 2024-08-22 22:07:31 -07:00
parent ddab834b69
commit 783c65f2ff
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 5 additions and 1 deletions

View file

@ -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.settings.monitor = ["DP-1,2560x1440@165,1920x0,auto" "HDMI-A-1,1920x1080@60,0x0,1"];
wayland.windowManager.hyprland.package = inputs.stablepkgs.legacyPackages.${system}.hyprland;
} }

View file

@ -24,7 +24,6 @@
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
package = inputs.stablepkgs.legacyPackages.${system}.hyprland;
settings = { settings = {
exec-once = ["waypaper --restore"]; exec-once = ["waypaper --restore"];
"$mod" = "SUPER"; "$mod" = "SUPER";