From 59b9891be50d92b361258cf6ca7ee98476fba9e9 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 27 Feb 2024 23:50:58 +0300 Subject: [PATCH] huanan disable home manager --- flake.nix | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/flake.nix b/flake.nix index db6071e..41a7b03 100644 --- a/flake.nix +++ b/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 {