diff options
Diffstat (limited to 'users/fcuny/desktop/sway/wofi.nix')
| -rw-r--r-- | users/fcuny/desktop/sway/wofi.nix | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/users/fcuny/desktop/sway/wofi.nix b/users/fcuny/desktop/sway/wofi.nix new file mode 100644 index 0000000..6368a7a --- /dev/null +++ b/users/fcuny/desktop/sway/wofi.nix @@ -0,0 +1,19 @@ +{ pkgs, config, ... }: + +{ + home.packages = with pkgs; [ + wofi + ]; + + xdg.configFile."wofi/config".text = '' + image_size=48 + columns=3 + allow_images=true + insensitive=true + term=${config.wayland.windowManager.sway.config.terminal} + + run-always_parse_args=true + run-cache_file=/dev/null + run-exec_search=true + ''; +} |
