nixos-config/modules/home-manager/ricing/hyprland/rofi.nix
2024-07-12 11:37:24 +09:00

7 lines
80 B
Nix

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