nixdots/home/programs/terminal/default.nix

8 lines
64 B
Nix
Raw Normal View History

2024-03-23 22:06:58 +00:00
_: {
2024-03-23 23:44:57 +00:00
imports = [
./shell
2024-04-04 18:16:56 +00:00
./tools
2024-04-04 18:44:12 +00:00
./editors
2024-03-23 23:44:57 +00:00
];
2024-03-23 22:06:58 +00:00
}