feat(desktop): move mainMonitor config to systems
This commit is contained in:
parent
2369c0d37e
commit
ee2dfd8398
3 changed files with 14 additions and 6 deletions
|
@ -9,12 +9,6 @@
|
||||||
status-bar.waybar.enable = true;
|
status-bar.waybar.enable = true;
|
||||||
windowManager = "hyprland";
|
windowManager = "hyprland";
|
||||||
terminal = "ghostty";
|
terminal = "ghostty";
|
||||||
mainMonitor = {
|
|
||||||
id = "desc:OOO AN-270W04K";
|
|
||||||
scale = "2";
|
|
||||||
resolution = "3840x2160";
|
|
||||||
refresh-rate = "60";
|
|
||||||
};
|
|
||||||
enableSpotifyd = true;
|
enableSpotifyd = true;
|
||||||
enableSteam = true;
|
enableSteam = true;
|
||||||
enableVR = true;
|
enableVR = true;
|
||||||
|
|
|
@ -17,4 +17,11 @@
|
||||||
};
|
};
|
||||||
platform = "intel";
|
platform = "intel";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
desktop.mainMonitor = {
|
||||||
|
id = "BOE 0x088B";
|
||||||
|
scale = "2";
|
||||||
|
resolution = "1920x1280";
|
||||||
|
refresh-rate = "60";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,6 +20,13 @@
|
||||||
usb.automount = true;
|
usb.automount = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
desktop.mainMonitor = {
|
||||||
|
id = "desc:OOO AN-270W04K";
|
||||||
|
scale = "2";
|
||||||
|
resolution = "3840x2160";
|
||||||
|
refresh-rate = "60";
|
||||||
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
tor = {
|
tor = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue