From f0add8c95fcef356a42db49da6910ce7ebb70c7f Mon Sep 17 00:00:00 2001 From: cy Date: Mon, 17 Mar 2025 23:42:19 -0400 Subject: [PATCH 1/2] rm lix-module from overlay --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 63877d3..8370a2d 100644 --- a/flake.nix +++ b/flake.nix @@ -160,7 +160,6 @@ config.allowUnfree = true; system = "x86_64-linux"; overlays = [ - inputs.lix-module.overlays.default inputs.rust-overlay.overlays.default inputs.vscode-extensions.overlays.default ] ++ (import ./overlay { inherit inputs; }); From cdbf8e56d71554241472b7c01cf4b4a1567e68e1 Mon Sep 17 00:00:00 2001 From: cy Date: Mon, 17 Mar 2025 23:52:34 -0400 Subject: [PATCH 2/2] home-manager: useGlobalPkgs --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 8370a2d..4e892e6 100644 --- a/flake.nix +++ b/flake.nix @@ -176,6 +176,7 @@ modules = [ { nixpkgs = { inherit pkgs; }; + home-manager.useGlobalPkgs = true; } ./hosts/ytnix ./modules @@ -190,6 +191,7 @@ modules = [ { nixpkgs = { inherit pkgs; }; + home-manager.useGlobalPkgs = true; } ./hosts/chunk ./modules