nix/home-manager/common/desktops/hyprland/components/rofi.nix

7 lines
95 B
Nix
Raw Normal View History

2024-08-20 14:19:57 +02:00
{ pkgs, ...}: {
2024-08-18 07:06:00 +02:00
programs.rofi = {
2024-08-20 14:19:57 +02:00
package = pkgs.rofi-wayland;
2024-08-18 07:06:00 +02:00
enable = true;
};
2024-02-18 03:12:37 +01:00
}