Jafner.net/nix/home-manager/wm/hyprland/wofi.nix

12 lines
178 B
Nix
Raw Normal View History

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