liminalOS/hosts/demeter/home-manager-extras/default.nix

9 lines
249 B
Nix
Raw Normal View History

{
2024-08-22 22:07:31 -07:00
inputs,
system,
...
}: {
wayland.windowManager.hyprland.settings.monitor = ["DP-1,2560x1440@165,1920x0,auto" "HDMI-A-1,1920x1080@60,0x0,1"];
2024-08-22 22:07:31 -07:00
wayland.windowManager.hyprland.package = inputs.stablepkgs.legacyPackages.${system}.hyprland;
}