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

12 lines
163 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"
];
}