Files
nixos/modules/applications/rofi.nix
T

9 lines
141 B
Nix

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