WS-KCNHUB/machines/kcnhub/packages.nix

7 lines
88 B
Nix
Raw Normal View History

2023-07-27 13:14:02 -04:00
{ ... }: {
imports = [
./packages/office.nix
2023-07-27 15:56:17 -04:00
./packages/terminal.nix
2023-07-27 13:14:02 -04:00
];
}