ooknet/inputs/home/modules/console/default.nix

10 lines
225 B
Nix

{
imports = [
./editor # Still need to implement nvim
./fileManager
./multiplexer # Still need to implement tmux and screen
./prompt # only Starship is currently implemented
./shell
./utility
];
}