Added new desktop

This commit is contained in:
2026-07-14 16:00:16 +02:00
parent b13f4fc9ad
commit 011f04fbf2
5 changed files with 268 additions and 11 deletions
+17
View File
@@ -29,6 +29,23 @@
];
};
nixosConfigurations.fractalus = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
./hosts/fractalus
home-manager.nixosModules.home-manager
{
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
users.ulve = import ./hosts/fractalus/home.nix;
backupFileExtension = "backup";
extraSpecialArgs = { inherit herdr; };
};
}
];
};
nixosConfigurations.macnix = nixpkgs.lib.nixosSystem {
system = "aarch64-linux";
modules = [