[Overlays] Move packages in more specific modules

This commit is contained in:
Antoine Viallon 2023-05-18 00:40:26 +02:00
parent 3bb5deece0
commit 4902f855c9
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
3 changed files with 10 additions and 9 deletions

View file

@ -44,6 +44,11 @@ in {
vdhcoapp
];
nixpkgs.overlays = [(final: prev: {
myFirefox = (final.callPackage ../packages/firefox.nix cfg.browser.firefox.overrides);
})];
aviallon.desktop.browser.firefox.overrides.extraNativeMessengingHosts = [
vdhcoapp
];