nix-config/configs/home-manager/rofi.nix
2026-02-09 10:56:02 +01:00

13 lines
163 B
Nix

{
config,
pkgs,
lib,
...
}: {
programs.rofi = {
enable = true;
location = "top";
terminal = "kitty";
theme = "gruvbox-dark-soft";
};
}