feat: switch to gnome console and firefox-only browser

This commit is contained in:
2025-09-15 15:29:43 +02:00
parent 7988306ab0
commit ac155a61b6
3 changed files with 68 additions and 57 deletions

View File

@@ -113,10 +113,7 @@
"-device"
"virtio-net,netdev=net0"
];
# Keep GUI session commands for when GUI is used
services.xserver.displayManager.sessionCommands = ''
${pkgs.gnome-terminal}/bin/gnome-terminal --maximize --title="Workshop Terminal" &
'';
# GUI session commands handled in common.nix
}
)
];