From 62ce66bf96b7f06e3bc4396d20d78ecb836f173c Mon Sep 17 00:00:00 2001 From: Adrian G L Date: Fri, 17 Apr 2026 19:29:27 +0200 Subject: [PATCH] feat: apply self.overlays.default to all hosts --- flake.nix | 11 ++++++++++- modules/develPackages.nix | 2 ++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index fb368c3..d20877b 100644 --- a/flake.nix +++ b/flake.nix @@ -140,7 +140,12 @@ ]; } - { nixpkgs.overlays = [ niri.overlays.niri ]; } + { + nixpkgs.overlays = [ + self.overlays.default + niri.overlays.niri + ]; + } ./modules/unstable.nix @@ -199,6 +204,8 @@ inherit system; specialArgs = { inherit inputs system; }; modules = [ + { nixpkgs.overlays = [ self.overlays.default ]; } + ./modules/unstable.nix ./hosts/galadriel/configuration.nix @@ -215,6 +222,8 @@ inherit system; specialArgs = { inherit inputs system; }; modules = [ + { nixpkgs.overlays = [ self.overlays.default ]; } + ./modules/unstable.nix ./hosts/elros/configuration.nix sops-nix.nixosModules.sops diff --git a/modules/develPackages.nix b/modules/develPackages.nix index 8f8324d..1884aed 100644 --- a/modules/develPackages.nix +++ b/modules/develPackages.nix @@ -62,6 +62,8 @@ #dotnet-aspnetcore #dotnet-ef + android-cli + #gamedev godot ];