Add monitors

This commit is contained in:
muon 2024-10-16 14:27:41 +00:00
parent 24c7c83682
commit 633e306306
2 changed files with 44 additions and 6 deletions

View file

@ -50,7 +50,7 @@ in {
## Monitors
mods.monitors = {
primary = {
name = "eDP-1";
name = "DVI-D-1";
config = {
enable = true;
mode = "1920x1080";
@ -59,6 +59,16 @@ in {
rate = "60.00";
};
};
secondary = {
name = "HDMI-1";
config = {
enable = true;
mode = "1280x768";
position = "1920x312";
primary = false;
rate = "60.00";
};
};
};
## GPU (AMD Radeon 7950)