summary refs log tree commit diff
path: root/nixos/modules/services/x11/display-managers/sddm.nix
diff options
context:
space:
mode:
authorBenno Fünfstück <benno.fuenfstueck@gmail.com>2016-07-17 18:37:43 +0200
committerBenno Fünfstück <benno.fuenfstueck@gmail.com>2016-07-17 18:54:23 +0200
commit8881f940a90e1087a5c895e58d267d527a2c57cb (patch)
tree4af507dea8698902706e7c18b242f8973e5260b5 /nixos/modules/services/x11/display-managers/sddm.nix
parentbe625ad36be481e4d0274b489066fe18c147376c (diff)
downloadnixpkgs-8881f940a90e1087a5c895e58d267d527a2c57cb.tar
nixpkgs-8881f940a90e1087a5c895e58d267d527a2c57cb.tar.gz
nixpkgs-8881f940a90e1087a5c895e58d267d527a2c57cb.tar.bz2
nixpkgs-8881f940a90e1087a5c895e58d267d527a2c57cb.tar.lz
nixpkgs-8881f940a90e1087a5c895e58d267d527a2c57cb.tar.xz
nixpkgs-8881f940a90e1087a5c895e58d267d527a2c57cb.tar.zst
nixpkgs-8881f940a90e1087a5c895e58d267d527a2c57cb.zip
nixos/sddm: options documentation improvements
Diffstat (limited to 'nixos/modules/services/x11/display-managers/sddm.nix')
-rw-r--r--nixos/modules/services/x11/display-managers/sddm.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/nixos/modules/services/x11/display-managers/sddm.nix b/nixos/modules/services/x11/display-managers/sddm.nix
index 7a17a222bca..16d1e89e8d9 100644
--- a/nixos/modules/services/x11/display-managers/sddm.nix
+++ b/nixos/modules/services/x11/display-managers/sddm.nix
@@ -27,6 +27,7 @@ let
     ${cfg.stopScript}
   '';
 
+
   cfgFile = pkgs.writeText "sddm.conf" ''
     [General]
     HaltCommand=${pkgs.systemd}/bin/systemctl poweroff
@@ -154,7 +155,7 @@ in
               type = types.bool;
               default = false;
               description = ''
-                Automatically log in as the sepecified <option>autoLogin.user</option>.
+                Automatically log in as <option>autoLogin.user</option>.
               '';
             };
 
@@ -162,7 +163,7 @@ in
               type = types.nullOr types.str;
               default = null;
               description = ''
-                User to be used for the autologin.
+                User to be used for the automatic login.
               '';
             };
 
@@ -170,8 +171,8 @@ in
               type = types.bool;
               default = false;
               description = ''
-                If true automatic login will kick in again on session exit, otherwise it
-                will work only the first time.
+                If true automatic login will kick in again on session exit (logout), otherwise it
+                will only log in automatically when the display-manager is started.
               '';
             };
           };