Files
nixos/home/hyprland/wofi.nix
2026-02-06 08:40:28 +01:00

7 lines
57 B
Nix

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