workstation added

This commit is contained in:
Bryan Ramos 2025-01-21 10:03:51 -05:00
parent 7b11ac39c8
commit ec56fef89b
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
12 changed files with 355 additions and 94 deletions

View file

@ -1 +1,9 @@
{ imports = [ ./home.nix ]; }
{ ... }:
{
imports = [
../../../user/config
./hardware.nix
./system.nix
];
}