nixdots/home/programs/terminal/default.nix

9 lines
84 B
Nix

_: {
imports = [
./shell
./tools
./editors
./file-managers
];
}