diff --git a/home-manager/global.nix b/home-manager/global.nix index 090ca21..33e3a81 100644 --- a/home-manager/global.nix +++ b/home-manager/global.nix @@ -34,21 +34,21 @@ config = { - nixpkgs = { - overlays = builtins.attrValues outputs.overlays; - config = { - allowUnfree = true; - allowUnfreePredicate = (_: true); - }; - }; + # nixpkgs = { + # overlays = builtins.attrValues outputs.overlays; + # config = { + # allowUnfree = true; + # allowUnfreePredicate = (_: true); + # }; + # }; - nix = { - package = lib.mkDefault pkgs.nix; - settings = { - experimental-features = [ "nix-command" "flakes" "repl-flake" ]; - warn-dirty = false; - }; - }; + # nix = { + # package = lib.mkDefault pkgs.nix; + # settings = { + # experimental-features = [ "nix-command" "flakes" "repl-flake" ]; + # warn-dirty = false; + # }; + # }; ##VSCode # services.vscode-server.enable = true;