Files
nix-config/modules/home/rofi.nix

13 lines
201 B
Nix

{
programs.rofi = {
enable = true;
theme = "gruvbox-dark";
font = "Intel One Mono";
modes = [
"drun"
"window"
];
terminal = "\${pkgs.ghostty}/bin/ghostty";
};
}