feat(home): add initial role configuration

This commit is contained in:
ooks-io 2024-06-06 22:08:51 +12:00
parent 0f9d05be36
commit 3615bb010f
3 changed files with 32 additions and 2 deletions

5
home/roles/default.nix Normal file
View file

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