1
0
forked from extern/nix-config
donovanglover-nix-config/overlays/default.nix
Donovan Glover e941e20acf
Revert "meta: Remove rofi"
Currently rofi seems like the most feature complete launcher that gets
the job done. I'd rather use it than code a custom solution at the
moment.
2023-08-27 19:12:39 -04:00

7 lines
58 B
Nix

{
imports = [
./alejandra.nix
./rofi.nix
];
}