huanan disable home manager

This commit is contained in:
Your Name 2024-02-27 23:50:58 +03:00
parent 65320c9316
commit 59b9891be5

View file

@ -33,23 +33,23 @@
./hosts/generic.nix
./hosts/dlaptop/configuration.nix
./hosts/dlaptop/hardware-configuration.nix
home-manager-unstable.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.delta = import ./home/home.nix;
home-manager.extraSpecialArgs = {
inherit inputs;
stable = import nixpkgs-stable {
system = "x86_64-linux";
config = { allowUnfree = true; };
};
unstable = import nixpkgs-unstable {
system = "x86_64-linux";
config = { allowUnfree = true; };
};
};
}
# home-manager-unstable.nixosModules.home-manager
# {
# home-manager.useGlobalPkgs = true;
# home-manager.useUserPackages = true;
# home-manager.users.delta = import ./home/home.nix;
# home-manager.extraSpecialArgs = {
# inherit inputs;
# stable = import nixpkgs-stable {
# system = "x86_64-linux";
# config = { allowUnfree = true; };
# };
# unstable = import nixpkgs-unstable {
# system = "x86_64-linux";
# config = { allowUnfree = true; };
# };
# };
# }
];
};
nixosConfigurations.intelnuc = nixpkgs-unstable.lib.nixosSystem {