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

10 lines
85 B
Nix
Raw Normal View History

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