nix-config/users/willifan/desktop/hyprland/common/wofi.nix
2024-09-20 23:18:44 +02:00

14 lines
216 B
Nix

{ ... }:
{
home-manager.users.willifan = {
programs.wofi = {
enable = true;
settings = {
normal_window = false;
allow_images = true;
halign = "fill";
};
};
};
}