mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
6 lines
76 B
Nix
6 lines
76 B
Nix
{
|
|
programs.rofi = {
|
|
enable = true;
|
|
configPath = "./.rofi";
|
|
};
|
|
}
|