tui: move default.nix to module.nix

This commit is contained in:
Charlie Root 2024-08-31 14:09:30 +02:00
commit 581a06aa2f
2 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,3 @@
_: {
imports = [./btop.nix ./newsboat.nix ./ncmpcpp.nix ./yazi.nix ./wtfutil.nix];
}