nichts/modules/runners/default.nix

8 lines
76 B
Nix
Raw Normal View History

2024-07-20 13:56:02 +02:00
_: {
imports = [
./rofi
./anyrun
2024-08-27 20:20:12 +02:00
# ./fuzzel/module.nix
2024-07-20 13:56:02 +02:00
];
}