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/generic.nix
./hosts/dlaptop/configuration.nix ./hosts/dlaptop/configuration.nix
./hosts/dlaptop/hardware-configuration.nix ./hosts/dlaptop/hardware-configuration.nix
home-manager-unstable.nixosModules.home-manager # home-manager-unstable.nixosModules.home-manager
{ # {
home-manager.useGlobalPkgs = true; # home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true; # home-manager.useUserPackages = true;
home-manager.users.delta = import ./home/home.nix; # home-manager.users.delta = import ./home/home.nix;
home-manager.extraSpecialArgs = { # home-manager.extraSpecialArgs = {
inherit inputs; # inherit inputs;
stable = import nixpkgs-stable { # stable = import nixpkgs-stable {
system = "x86_64-linux"; # system = "x86_64-linux";
config = { allowUnfree = true; }; # config = { allowUnfree = true; };
}; # };
unstable = import nixpkgs-unstable { # unstable = import nixpkgs-unstable {
system = "x86_64-linux"; # system = "x86_64-linux";
config = { allowUnfree = true; }; # config = { allowUnfree = true; };
}; # };
}; # };
} # }
]; ];
}; };
nixosConfigurations.intelnuc = nixpkgs-unstable.lib.nixosSystem { nixosConfigurations.intelnuc = nixpkgs-unstable.lib.nixosSystem {