nixos/home-manager/rofi.nix
2022-08-16 00:14:37 -04:00

6 lines
76 B
Nix

{
programs.rofi = {
enable = true;
configPath = "./.rofi";
};
}