refactor: make nixd happy

This commit is contained in:
matt1432 2024-05-05 23:07:06 -04:00
parent 551880cc24
commit ac9aa96522
16 changed files with 60 additions and 72 deletions
home/firefox

View file

@ -176,14 +176,14 @@ in {
];
};
extensions = with config.nur.repos;
(with bandithedoge.firefoxAddons; [
extensions =
(with config.nur.repos.bandithedoge.firefoxAddons; [
sponsorblock
stylus
#tridactyl
ublock-origin
])
++ (with rycee.firefox-addons; [
++ (with config.nur.repos.rycee.firefox-addons; [
bitwarden
darkreader
istilldontcareaboutcookies
@ -193,13 +193,13 @@ in {
])
++ (with firefox-addons; [
floccus
sound-volume
google-container
checkmarks-web-ext
ttv-lol-pro
seventv
opera-gx-witchcraft-purple
]);
])
++ [sound-volume];
};
};
}