mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 21:39:23 +02:00
remove overlays module
This commit is contained in:
parent
3ce6095f3c
commit
6e2f86f587
5 changed files with 8 additions and 26 deletions
|
@ -34,6 +34,14 @@ in {
|
|||
|
||||
nixpkgs = {
|
||||
config.allowUnfree = true;
|
||||
overlays = [
|
||||
self.inputs.prismlauncher.overlays.default
|
||||
|
||||
(_self: super: rec {
|
||||
firefox-addons = self.inputs.firefox-addons.packages.${config.nixpkgs.hostPlatform.system};
|
||||
localPkgs = self.outputs.packages.${config.nixpkgs.hostPlatform.system};
|
||||
})
|
||||
];
|
||||
};
|
||||
|
||||
environment.etc = lib.mapAttrs' (name: value: { name = "nix/path/${name}"; value.source = value.flake; }) config.nix.registry;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue