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

14 lines
334 B
Nix
Raw Normal View History

{
2024-08-22 22:07:31 -07:00
inputs,
pkgs,
2024-08-22 22:07:31 -07:00
...
2024-09-02 18:16:22 -07:00
}:
{
wayland.windowManager.hyprland.settings.monitor = [
"DP-1,2560x1440@165,1920x0,auto"
"HDMI-A-1,1920x1080@60,0x0,1"
];
2024-08-26 15:29:43 -07:00
# wayland.windowManager.hyprland.package = inputs.stablepkgs.legacyPackages.${pkgs.system}.hyprland;
2024-08-29 21:01:45 -07:00
wayland.windowManager.hyprland.settings.render.explicit_sync = 0;
}