nixdots/home/programs/graphical/launchers/default.nix

10 lines
85 B
Nix
Raw Normal View History

2024-06-10 17:19:30 +00:00
{
imports = [
#./anyrun
#./rofi
#./tofi
2024-06-10 17:55:38 +00:00
./walker
2024-06-10 17:19:30 +00:00
./wofi
];
}