nixos-config/home/modules/hyprland/rofi.nix

6 lines
64 B
Nix

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