forked from extern/nix-config
e941e20acf
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.
7 lines
58 B
Nix
7 lines
58 B
Nix
{
|
|
imports = [
|
|
./alejandra.nix
|
|
./rofi.nix
|
|
];
|
|
}
|