diff options
Diffstat (limited to 'machines/betsy/configuration.nix')
| -rw-r--r-- | machines/betsy/configuration.nix | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/machines/betsy/configuration.nix b/machines/betsy/configuration.nix index 8a00b9f..a837d31 100644 --- a/machines/betsy/configuration.nix +++ b/machines/betsy/configuration.nix @@ -65,8 +65,12 @@ # Enable the GNOME Desktop Environment. - services.xserver.displayManager.gdm.enable = true; - services.xserver.desktopManager.gnome.enable = true; + # services.xserver.displayManager.gdm.enable = true; + # services.xserver.desktopManager.gnome.enable = true; + + # # Enable the Plasma 6 Desktop Environment. + services.displayManager.sddm.enable = true; + services.desktopManager.plasma6.enable = true; # Configure keymap in X11 |
