diff options
Diffstat (limited to 'home/apps/caelestia/settings.nix')
| -rw-r--r-- | home/apps/caelestia/settings.nix | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/home/apps/caelestia/settings.nix b/home/apps/caelestia/settings.nix index a529241..de81df7 100644 --- a/home/apps/caelestia/settings.nix +++ b/home/apps/caelestia/settings.nix @@ -81,11 +81,12 @@ in { audio = ["pavucontrol"]; playback = ["mpv"]; }; - # disable lock screen - idle = { - lockBeforeSleep = false; - timeouts = []; - }; + }; + + # Launcher settings + launcher = { + enabled = true; + useFuzzy = true; }; # Background |