nullbox: configure monitors under hyprland

This commit is contained in:
NullBite 2024-02-28 16:14:40 -05:00
parent cb6cc0c092
commit 4e6889e5b1
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -7,5 +7,12 @@
nixfiles.profile.base.enable = true; nixfiles.profile.base.enable = true;
home.stateVersion = "23.11"; home.stateVersion = "23.11";
wayland.windowManager.hyprland.settings = {
monitor = [
"HDMI-A-3,disable"
"DP-3,highrr,auto,1"
];
};
}; };
} }