fixed file structore

This commit is contained in:
Charlie Root 2024-04-10 17:44:54 +02:00
commit 2f9e7889c6
32 changed files with 102 additions and 36 deletions

8
modules/tui/default.nix Normal file
View file

@ -0,0 +1,8 @@
_: {
imports = [
./btop.nix
# ./helix.nix
# ./neovim.nix
# ./newsboat.nix
];
}