Readd firefox extensions via NUR (#5)

This commit is contained in:
MathewHDYT 2025-02-26 10:55:22 +01:00 committed by GitHub
parent 8c19df773b
commit 5c967ddd0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 3 deletions

View file

@ -2,6 +2,7 @@
lib,
config,
options,
pkgs,
...
}: {
options.mods.browser.firefox = {
@ -69,6 +70,7 @@
value = {
isDefault = true;
id = 0;
extensions.packages = [ pkgs.nur.repos.rycee.firefox-addons.darkreader ];
};
}
];