Removed alt config

This commit is contained in:
EsVagy42 2025-06-11 18:11:11 +02:00
parent 4167349d78
commit 28e4448d49
4 changed files with 1 additions and 76 deletions

View file

@ -59,22 +59,6 @@
in {
nixos = baseSystem { productiveBuild = false; };
productive = baseSystem { productiveBuild = true; };
alt = lib.nixosSystem {
inherit system;
modules = [
./configuration.nix
./devices/alt/alt.nix
home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.sharedModules =
[ plasma-manager.homeManagerModules.plasma-manager ];
home-manager.users.esvagy = { imports = [ ./home.nix ]; };
}
];
};
};
};
}