qenya/firefox: get firefox addons direct from rycee instead of NUR

This commit is contained in:
Katherina Walshe-Grey 2024-12-27 13:51:25 +00:00
parent 7b7e8683b3
commit 39edcc3801
4 changed files with 53 additions and 7 deletions

View file

@ -1,9 +1,12 @@
{ config, lib, pkgs, ... }:
{ config, lib, pkgs, inputs, ... }:
{
home-manager = {
useUserPackages = true;
useGlobalPkgs = true;
backupFileExtension = "backup";
extraSpecialArgs = {
inherit inputs;
};
};
}