Jafner.net/nix/home-manager/wm/hyprland/wofi.nix
2024-10-14 14:14:31 -07:00

12 lines
178 B
Nix

{ pkgs, ... }: {
programs.wofi = {
enable = true;
settings = {
show = "drun";
width = "40%";
height = "20%";
allow_markup = true;
};
};
}