diff options
| author | Dominik Kaiser | 2025-08-21 11:08:11 +0200 |
|---|---|---|
| committer | Dominik Kaiser | 2025-08-21 11:08:11 +0200 |
| commit | 8fa5dc2a7333d60d8b877dfe4b3f72c087a4ccc3 (patch) | |
| tree | 5a9a9e55f98f990ab8aef962c7fe4ef7b95f46e8 /hosts/sol/configuration.nix | |
| parent | 473f64986218b61792d355ca52f4438d740bbfcb (diff) | |
| download | nixos-8fa5dc2a7333d60d8b877dfe4b3f72c087a4ccc3.tar.gz nixos-8fa5dc2a7333d60d8b877dfe4b3f72c087a4ccc3.zip | |
Add stumpwm
Diffstat (limited to 'hosts/sol/configuration.nix')
| -rw-r--r-- | hosts/sol/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/sol/configuration.nix b/hosts/sol/configuration.nix index 4bcc946..cd508b9 100644 --- a/hosts/sol/configuration.nix +++ b/hosts/sol/configuration.nix @@ -33,6 +33,7 @@ # Enable the Cinnamon Desktop Environment. services.xserver.displayManager.lightdm.enable = true; services.xserver.desktopManager.cinnamon.enable = true; + services.xserver.windowManager.stumpwm.enable = true; keyboard.desktop = true; |
