nixos/hosts/Northstar/home.nix

8 lines
250 B
Nix
Raw Normal View History

2023-12-18 19:51:24 +00:00
{ ... }: {
wayland.windowManager.hyprland.settings.monitor = [
"eDP-1,preferred,0x0,1.00"
"desc:Acer Technologies ED270R TJMEE0043W01,highrr,-192x-1080,1.00"
"desc:Ancor Communications Inc VS278 FALMQS032358,preferred,auto,1.00"
];
2023-09-10 17:18:51 +01:00
}