feat(nixos:roles): add laptop-workstation

This commit is contained in:
ooks-io 2024-06-12 22:33:11 +12:00
parent dd6271f7d6
commit eeb9a118e6
2 changed files with 25 additions and 0 deletions

View file

@ -1,5 +1,6 @@
{
imports = [
./desktop-workstation.nix
./laptop-workstation.nix
];
}