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

7 lines
84 B
Nix

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