about summary refs log tree commit diff
path: root/modules/user/aszlig/profiles
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2017-11-04 20:32:27 +0100
committeraszlig <aszlig@nix.build>2017-11-04 20:32:27 +0100
commita4373e51a551f876543662d81a5c92d72a71bccc (patch)
treea2ecc2fa6c9caef292406fb9c496b6918bd44eaa /modules/user/aszlig/profiles
parent8ab4568eb60a40cd2972c9fb1d7f7b128694d243 (diff)
profiles/managed: Set a default desktop manager
This has changed in NixOS/nixpkgs@93c54acf97077567e8d6135a36f191e872b2
so that there's now an assertion to set a default.

For all the profiles I've set this properly but managed to forget it for
brawndo and tyree, which is now the case.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'modules/user/aszlig/profiles')
-rw-r--r--modules/user/aszlig/profiles/managed.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user/aszlig/profiles/managed.nix b/modules/user/aszlig/profiles/managed.nix
index a06ac952..f7c79b5c 100644
--- a/modules/user/aszlig/profiles/managed.nix
+++ b/modules/user/aszlig/profiles/managed.nix
@@ -63,6 +63,7 @@ in {
     services.xserver.layout = "de";
     services.xserver.xkbOptions = lib.mkOverride 900 "eurosign:e";
     services.xserver.displayManager.sddm.enable = true;
+    services.xserver.desktopManager.default = "plasma5";
     services.xserver.desktopManager.plasma5.enable = true;
     services.xserver.desktopManager.xterm.enable = false;