gnome m3-ares

This commit is contained in:
m3tam3re
2025-09-06 21:19:11 +02:00
parent 20706ce6a3
commit d5e13e2099
2 changed files with 6 additions and 2 deletions

View File

@@ -69,13 +69,13 @@ with lib; {
settings = {
monitor = [
"eDP-1,preferred,0x0,1.25"
"HDMI-A-1,preferred,2560x0,1"
"HDMI-A-1,1920x1080@120,2560x0,1"
];
workspace = [
"1, monitor:eDP-1, default:true"
"2, monitor:eDP-1"
"3, monitor:eDP-1"
"4, monitor:HDMI-A-1"
"4, monitor:HDMI-A-1,"
"5, monitor:HDMI-A-1,border:false,rounding:false"
"6, monitor:HDMI-A-1"
];

View File

@@ -15,4 +15,8 @@
./vaultwarden.nix
./wastebin.nix
];
services = {
desktopManager.gnome.enable = true;
displayManager.gdm.enable = true;
};
}