home: firefox: fix deprecated option
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2025-02-27 12:44:10 +00:00
parent 0dc8ac4433
commit 88c00bb83d

View file

@ -61,7 +61,8 @@ in
"ui.systemUsesDarkTheme" = true; # Dark mode
};
extensions = with pkgs.nur.repos.rycee.firefox-addons; ([
extensions = {
packages = with pkgs.nur.repos.rycee.firefox-addons; ([
bitwarden
consent-o-matic
form-history-control
@ -77,4 +78,5 @@ in
};
};
};
};
}