nixdots/home/programs/terminal/default.nix

10 lines
100 B
Nix
Raw Normal View History

2024-03-23 23:06:58 +01:00
_: {
2024-03-24 00:44:57 +01:00
imports = [
./shell
2024-04-04 20:16:56 +02:00
./tools
2024-04-04 20:44:12 +02:00
./editors
2024-04-05 01:27:46 +02:00
./file-managers
2024-04-05 01:56:40 +02:00
./emulators
2024-03-24 00:44:57 +01:00
];
2024-03-23 23:06:58 +01:00
}