nixos/home-manager/rofi.nix
Greg Leyda beaf5202ca flakes
2022-07-09 11:27:58 -04:00

6 lines
76 B
Nix
Executable file

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