nichts/modules/tui/default.nix
LarsZauberer 56a56859d5 Add yazi
2024-04-14 10:03:43 +02:00

10 lines
155 B
Nix

_: {
imports = [
./btop.nix
# ./helix.nix
./neovim.nix
# ./newsboat.nix
./ncmpcpp.nix
./yazi.nix
];
}