Files
nixos/home/hyprland/wofi.nix

7 lines
53 B
Nix

{ ... }:
{
programs.wofi = {
enable = true;
};
}