remove nur

This commit is contained in:
Luj 2024-03-31 12:11:09 +02:00
parent 4f5cc093cd
commit 8640231a5e
3 changed files with 0 additions and 10 deletions

View file

@ -12,13 +12,6 @@ with lib;
programs.firefox = {
enable = true;
package = pkgs.firefox-esr;
profiles.default = {
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
bitwarden
ublock-origin
];
};
};
};