Generation 101 2024-04-22 16:55:23 (current)

This commit is contained in:
2024-04-22 16:55:24 +02:00
parent d52a85f5f3
commit e5bd8d80f1
2 changed files with 4 additions and 23 deletions

View File

@@ -51,17 +51,6 @@
...
}: {nixpkgs.overlays = [overlay-unstable];})
./hosts/comfy-station/configuration.nix
home-manager.nixosModules.home-manager
{
home-manager.extraSpecialArgs = {inherit inputs;};
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.sharedModules = [
plasma-manager.homeManagerModules.plasma-manager
inputs.sops-nix.homeManagerModules.sops
];
home-manager.users.jonas = import ./home/jonas/home.nix;
}
];
};
vm = nixpkgs.lib.nixosSystem {
@@ -71,14 +60,6 @@
};
modules = [
./hosts/vm/configuration.nix
home-manager.nixosModules.home-manager
{
home-manager.extraSpecialArgs = {inherit inputs;};
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.sharedModules = [plasma-manager.homeManagerModules.plasma-manager];
home-manager.users.jonas = import ./home/jonas/home.nix;
}
];
};
};