mirror of
https://github.com/deltathetawastaken/dotfiles.git
synced 2025-12-06 07:16:37 +03:00
huanan disable home manager
This commit is contained in:
parent
65320c9316
commit
59b9891be5
34
flake.nix
34
flake.nix
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue