Files
nixos/modules/applications/rofi.nix
T

9 lines
129 B
Nix

_: {
flake.homeModules.rofi = _: {
programs.rofi = {
enable = true;
theme = "gruvbox-dark-hard";
};
};
}