Added new desktop
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user