remove nur

This commit is contained in:
Luj 2024-03-31 12:11:09 +02:00
parent 7afb5e7847
commit 463ceb2568
Signed by: luj
GPG key ID: 6FC74C847011FD83
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
];
};
};
};