diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-03 20:11:04 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-01-03 20:11:04 -0500 |
| commit | 859e6e0bb9746e4bb7acee59853363d513453780 (patch) | |
| tree | 74840500d915def084a98b22312fb1aef24cb5be /home/apps/wofi/default.nix | |
| parent | shinji: disable hardening (diff) | |
| download | dotfiles-nix-859e6e0bb9746e4bb7acee59853363d513453780.tar.gz dotfiles-nix-859e6e0bb9746e4bb7acee59853363d513453780.tar.bz2 dotfiles-nix-859e6e0bb9746e4bb7acee59853363d513453780.zip | |
fix wofi, and switch back to it
Diffstat (limited to 'home/apps/wofi/default.nix')
| -rw-r--r-- | home/apps/wofi/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/apps/wofi/default.nix b/home/apps/wofi/default.nix index 2de9f45..b528f65 100644 --- a/home/apps/wofi/default.nix +++ b/home/apps/wofi/default.nix @@ -7,7 +7,7 @@ cfg = config.apps.wofi; in { config = mkIf cfg.enable { - default.appLauncher = lib.mkDefault "wofi --show drun --prompt 'Seach Programs'"; + default.appLauncher = lib.mkOverride 800 "wofi --show drun --prompt 'Seach Programs' --allow-images --no-actions --normal-window"; programs.wofi = { enable = true; |