nichts/modules/tui/default.nix
2024-04-10 19:21:46 +02:00

8 lines
114 B
Nix

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