feat: apply self.overlays.default to all hosts
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -62,6 +62,8 @@
|
||||
#dotnet-aspnetcore
|
||||
#dotnet-ef
|
||||
|
||||
android-cli
|
||||
|
||||
#gamedev
|
||||
godot
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user