nixdots/system/roles/default.nix

6 lines
41 B
Nix
Raw Normal View History

2024-04-13 18:10:01 +00:00
{
imports = [
./workstation
];
}