Reorganize overlays
This commit is contained in:
parent
c58418bdee
commit
e4d783c045
10 changed files with 46 additions and 46 deletions
|
@ -3,6 +3,14 @@
|
|||
home.packages = with pkgs; [ firefox ];
|
||||
};
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
firefox = super.firefox.override { extraNativeMessagingHosts = [ self.passff-host ]; pkcs11Modules = [ self.eid-mw ]; };
|
||||
# Avoids a double firefox install, see https://github.com/NixOS/nixpkgs/pull/31772
|
||||
firefox-bin = self.firefox;
|
||||
})
|
||||
];
|
||||
|
||||
custom.zfs.homeLinks = [
|
||||
{ path = ".cache/mozilla"; type = "cache"; }
|
||||
{ path = ".mozilla"; type = "data"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue