feat: apply self.overlays.default to all hosts

This commit is contained in:
2026-04-17 19:29:27 +02:00
parent 09c72c3384
commit 62ce66bf96
2 changed files with 12 additions and 1 deletions
+10 -1
View File
@@ -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
+2
View File
@@ -62,6 +62,8 @@
#dotnet-aspnetcore
#dotnet-ef
android-cli
#gamedev
godot
];