mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-11 18:18:37 +02:00
9 lines
129 B
Nix
9 lines
129 B
Nix
_: {
|
|
flake.homeModules.rofi = _: {
|
|
programs.rofi = {
|
|
enable = true;
|
|
theme = "gruvbox-dark-hard";
|
|
};
|
|
};
|
|
}
|