diff options
Diffstat (limited to 'home/apps/caelestia/default.nix')
| -rw-r--r-- | home/apps/caelestia/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/apps/caelestia/default.nix b/home/apps/caelestia/default.nix index e2e5e96..75dbb26 100644 --- a/home/apps/caelestia/default.nix +++ b/home/apps/caelestia/default.nix @@ -15,7 +15,7 @@ in { config = mkIf cfg.enable { default.appLauncher = lib.mkOverride 600 "caelestia-shell ipc call drawers toggle launcher"; - default.lockScreen = lib.mkOverride 600 "caelestia-shell ipc call lock lock"; + #default.lockScreen = "caelestia-shell ipc call lock lock"; programs.caelestia = { enable = true; |