Files
nixos/modules/home-manager/rofi.nix
T

11 lines
110 B
Nix

{
config,
pkgs,
...
}: {
programs.rofi = {
enable = true;
theme = "gruvbox-dark-hard";
};
}