Removed alt config
This commit is contained in:
parent
4167349d78
commit
28e4448d49
4 changed files with 1 additions and 76 deletions
16
flake.nix
16
flake.nix
|
|
@ -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 ]; };
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue