plasma5: use mkDefault for a few options that users might want to set

This commit is contained in:
Michael Peyton Jones 2017-10-21 23:03:34 +01:00 committed by Robin Gloster
parent f0fd8e34e7
commit 0966f8282a

View File

@ -175,7 +175,7 @@ in
serif = [ "Noto Serif" ];
};
programs.ssh.askPassword = "${plasma5.ksshaskpass.out}/bin/ksshaskpass";
programs.ssh.askPassword = mkDefault "${plasma5.ksshaskpass.out}/bin/ksshaskpass";
# Enable helpful DBus services.
services.udisks2.enable = true;
@ -190,7 +190,7 @@ in
];
services.xserver.displayManager.sddm = {
theme = "breeze";
theme = mkDefault "breeze";
};
security.pam.services.kde = { allowNullPassword = true; };