diff options
Diffstat (limited to 'home')
| -rw-r--r-- | home/apps/caelestia/settings.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/home/apps/caelestia/settings.nix b/home/apps/caelestia/settings.nix index c116025..de81df7 100644 --- a/home/apps/caelestia/settings.nix +++ b/home/apps/caelestia/settings.nix @@ -83,6 +83,12 @@ in { }; }; + # Launcher settings + launcher = { + enabled = true; + useFuzzy = true; + }; + # Background background.enabled = true; paths = { |