fuzzel.nix -> module.nix, remove unneeded module.nix

This commit is contained in:
Charlie Root 2024-09-09 11:12:22 +02:00
commit 83ea863a53
3 changed files with 0 additions and 4 deletions

View file

@ -2,6 +2,5 @@ _: {
imports = [
./tui/module.nix
./other/module.nix
./launchers/module.nix
];
}

View file

@ -1,3 +0,0 @@
_: {
imports = [./fuzzel];
}