feat: cleaned up some stuff

This commit is contained in:
Nick 2025-02-18 21:06:45 -06:00
parent a5996792ce
commit b8c25f618e
11 changed files with 51 additions and 49 deletions

View file

@ -1,6 +1,6 @@
{ pkgs, ... }:
{
extensions = builtins.attrValues {
extensions.packages = builtins.attrValues {
inherit (pkgs.nur.repos.rycee.firefox-addons)
bitwarden
enhancer-for-youtube
@ -8,6 +8,7 @@
ublock-origin
unpaywall
vimium
side-view
;
};
}