nichts/modules/tui/default.nix

10 lines
136 B
Nix
Raw Normal View History

2024-04-10 17:39:26 +02:00
_: {
imports = [
./btop.nix
# ./helix.nix
2024-04-10 19:21:46 +02:00
./neovim.nix
2024-04-10 17:39:26 +02:00
# ./newsboat.nix
2024-04-13 00:56:24 +02:00
./ncmpcpp.nix
2024-04-10 17:39:26 +02:00
];
}