NiksOS/home/wayland/fuzzel.nix

13 lines
203 B
Nix

{
osConfig,
pkgs,
lib,
...
}: {
programs.fuzzel = {
inherit (osConfig.programs.hyprland) enable;
settings.main = {
launch-prefix = "${lib.getExe pkgs.uwsm} app --";
};
};
}