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/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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue