Simplified overlays
This commit is contained in:
parent
2e0be055b9
commit
6b76516984
|
@ -59,13 +59,10 @@
|
||||||
overlaysBuilder = channels: [ ];
|
overlaysBuilder = channels: [ ];
|
||||||
};
|
};
|
||||||
channelsConfig = { allowUnfree = true; };
|
channelsConfig = { allowUnfree = true; };
|
||||||
|
sharedOverlays = [ nur.overlay (import ./pkgs) emacs-overlay.overlay ];
|
||||||
sharedOverlays = [ nur.overlay emacs-overlay.overlay ];
|
|
||||||
hostDefaults = {
|
hostDefaults = {
|
||||||
modules = mapModulesRec' ./modules import ++ [
|
|
||||||
{ nixpkgs.overlays = [ nur.overlay (import ./pkgs) ]; }
|
|
||||||
];
|
|
||||||
specialArgs = { inherit home-manager nixos-hardware; };
|
specialArgs = { inherit home-manager nixos-hardware; };
|
||||||
|
modules = mapModulesRec' ./modules import;
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Reference in New Issue
Block a user