Add work configuration

This commit is contained in:
2026-03-17 09:25:18 +01:00
parent 5ffe87cfcf
commit 2751af0073
7 changed files with 119 additions and 0 deletions

View File

@@ -23,5 +23,12 @@
./systems/legolas
];
};
"work" = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
home-manager.nixosModules.home-manager
./systems/work
];
};
};
}