nichts/modules/runners/default.nix

8 lines
74 B
Nix
Raw Normal View History

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