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

This commit is contained in:
Michael Peyton Jones
2017-10-22 00:18:21 +02:00
committed by Robin Gloster
parent f0fd8e34e7
commit 0966f8282a
@@ -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; };