Commit b870a45
Changed files (1)
home
linux
gui
plasma
options
home/linux/gui/plasma/options/misc.nix
@@ -0,0 +1,5 @@
+{...}: {
+ programs.plasma = {
+ kscreenlocker.lockOnStartup = true;
+ };
+}