nix/home-manager/common/desktops/hyprland/components/rofi.nix
2024-02-18 11:12:37 +09:00

6 lines
88 B
Nix

{ ...}: {
programs.rofi = {
enable = true;
theme = "material";
};
}