Files
nix-config/modules/home/rofi.nix
2025-06-19 23:45:14 +02:00

13 lines
180 B
Nix

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