chore: changed nur import to new convention

This commit is contained in:
Nick 2025-11-24 19:27:36 -06:00
parent 41c5ec9b29
commit 2840b2af43
2 changed files with 7 additions and 5 deletions

View file

@ -1,6 +1,7 @@
{ pkgs, ... }:
let
social-focus = pkgs.nur.repos.rycee.firefox-addons.buildFirefoxXpiAddon {
firefox-addons = pkgs.nur.repos.rycee.firefox-addons;
social-focus = firefox-addons.buildFirefoxXpiAddon {
pname = "social-focus";
version = "7.2";
addonId = "{26b4f076-089c-4c69-8497-44b7e5c9faef}";
@ -16,15 +17,13 @@ let
in
{
extensions.packages = builtins.attrValues {
inherit (pkgs.nur.repos.rycee.firefox-addons)
inherit (firefox-addons)
bitwarden
sponsorblock
ublock-origin
unpaywall
untrap-for-youtube
;
inherit
social-focus
;
inherit social-focus;
};
}

View file

@ -1,6 +1,7 @@
{
pkgs,
flake,
nur,
osConfig,
...
}:
@ -22,6 +23,8 @@ in
{
enable = true;
# package = (flake.inputs.nixpkgs-stable.legacyPackages.${pkgs.system}.floorp);
# package = pkgs.floorp-bin;
profiles = {
${user0} = {
isDefault = true;