fuzzel: move to module.nix

This commit is contained in:
Charlie Root 2024-08-28 14:18:05 +02:00
commit 30bc6413ca
2 changed files with 1 additions and 1 deletions

View file

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