refactor: moving some desktop environment stuff around

This commit is contained in:
Jay Looney 2025-11-26 18:25:11 -06:00
parent f2d2b00fe7
commit 26f35df7ad
6 changed files with 20 additions and 17 deletions

View file

@ -0,0 +1,9 @@
{}:
{
services.displayManager.defaultSession = "xfce";
services.xserver.desktopManager = {
xterm.enable = false;
xfce.enable = true;
};
}