nixos-config/hosts/precision-5530/home/modules/hyprland/rofi.nix

6 lines
64 B
Nix

{pkgs, ...}: {
home.packages = [
pkgs.rofi-wayland
];
}