nichts/modules/tui/default.nix
2024-04-13 00:56:24 +02:00

9 lines
136 B
Nix

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