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 ];