Commit b870a45

HPCesia <me@hpcesia.com>
2025-08-08 14:04:44
feat: auto lock after auto login
1 parent 4b77e8a
Changed files (1)
home
linux
gui
plasma
options
home/linux/gui/plasma/options/misc.nix
@@ -0,0 +1,5 @@
+{...}: {
+  programs.plasma = {
+    kscreenlocker.lockOnStartup = true;
+  };
+}