feat(desktop): move mainMonitor config to systems

This commit is contained in:
Mohammad Rafiq 2025-06-14 15:33:00 +08:00
parent 2369c0d37e
commit ee2dfd8398
No known key found for this signature in database
3 changed files with 14 additions and 6 deletions

View file

@ -20,6 +20,13 @@
usb.automount = true;
};
desktop.mainMonitor = {
id = "desc:OOO AN-270W04K";
scale = "2";
resolution = "3840x2160";
refresh-rate = "60";
};
services = {
tor = {
enable = true;