summary refs log tree commit diff
path: root/nixos/modules/services
diff options
context:
space:
mode:
authorIoannis Koutras <ioannis.koutras@gmail.com>2016-09-16 11:13:45 +0300
committerIoannis Koutras <ioannis.koutras@gmail.com>2016-09-16 15:09:18 +0300
commitd78e68b1a45de52715678a61eefad421a7ff4cf8 (patch)
treed096f6891eea9ffe447ac74465b863b39c53b3e7 /nixos/modules/services
parent0ffdb89d956c9daef80858c57040ffe2862164c6 (diff)
downloadnixlib-d78e68b1a45de52715678a61eefad421a7ff4cf8.tar
nixlib-d78e68b1a45de52715678a61eefad421a7ff4cf8.tar.gz
nixlib-d78e68b1a45de52715678a61eefad421a7ff4cf8.tar.bz2
nixlib-d78e68b1a45de52715678a61eefad421a7ff4cf8.tar.lz
nixlib-d78e68b1a45de52715678a61eefad421a7ff4cf8.tar.xz
nixlib-d78e68b1a45de52715678a61eefad421a7ff4cf8.tar.zst
nixlib-d78e68b1a45de52715678a61eefad421a7ff4cf8.zip
sddm: 0.13.0 -> 0.14.0
Diffstat (limited to 'nixos/modules/services')
-rw-r--r--nixos/modules/services/x11/display-managers/sddm.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/x11/display-managers/sddm.nix b/nixos/modules/services/x11/display-managers/sddm.nix
index 16d1e89e8d96..4d2ddedca1ea 100644
--- a/nixos/modules/services/x11/display-managers/sddm.nix
+++ b/nixos/modules/services/x11/display-managers/sddm.nix
@@ -46,7 +46,7 @@ let
     HideUsers=${concatStringsSep "," dmcfg.hiddenUsers}
     HideShells=/run/current-system/sw/bin/nologin
 
-    [XDisplay]
+    [X11]
     MinimumVT=${toString xcfg.tty}
     ServerPath=${xserverWrapper}
     XephyrPath=${pkgs.xorg.xorgserver.out}/bin/Xephyr
@@ -100,7 +100,7 @@ in
 
       theme = mkOption {
         type = types.str;
-        default = "maui";
+        default = "";
         description = ''
           Greeter theme to use.
         '';