mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 09:19:40 +00:00
10 lines
86 B
Nix
10 lines
86 B
Nix
|
{
|
||
|
imports = [
|
||
|
#./anyrun
|
||
|
#./rofi
|
||
|
#./tofi
|
||
|
#./walker
|
||
|
./wofi
|
||
|
];
|
||
|
}
|