diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-12-03 21:57:20 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-12-03 21:57:20 -0700 |
| commit | 38923577726e63d3f88a2dd8fa56312e60af649c (patch) | |
| tree | e788d839fc85584d596fa682ddd445acca86c527 /machines/betsy | |
| parent | 93da2357d354140c8f680b26ec497627c06319dd (diff) | |
interface customizations betsy
Diffstat (limited to 'machines/betsy')
| -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 |
