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

6 lines
90 B
Nix

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