Add legolas config

This commit is contained in:
2026-01-28 21:45:51 +01:00
parent 02265f4907
commit fe7bcd92de
3 changed files with 73 additions and 0 deletions

View File

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