feat: switch desktop environment from XFCE to GNOME
- Change desktopManager from xfce to gnome - Change displayManager from lightdm to gdm - Update sessionCommands to use gnome-terminal instead of xfce4-terminal
This commit is contained in:
@@ -1213,7 +1213,7 @@ isoConfig
|
||||
# GUI Configuration
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
desktopManager.xfce.enable = true;
|
||||
displayManager.lightdm.enable = true;
|
||||
desktopManager.gnome.enable = true;
|
||||
displayManager.gdm.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user