ooknet/home/programs/console/default.nix

11 lines
242 B
Nix

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