added desktop system preset

This commit is contained in:
2026-07-04 18:26:23 +01:00
parent c5166d8c07
commit 0ba9ee4bad
2 changed files with 20 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
}: {
flake.nixosConfigurations.HACKSTATION = inputs.nixpkgs.lib.nixosSystem {
modules = with self.nixosModules; [
core
desktop
hackstationConfiguration
];
};