mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 13:32:15 -06:00
chore: changed nur import to new convention
This commit is contained in:
parent
41c5ec9b29
commit
2840b2af43
2 changed files with 7 additions and 5 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
let
|
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";
|
pname = "social-focus";
|
||||||
version = "7.2";
|
version = "7.2";
|
||||||
addonId = "{26b4f076-089c-4c69-8497-44b7e5c9faef}";
|
addonId = "{26b4f076-089c-4c69-8497-44b7e5c9faef}";
|
||||||
|
|
@ -16,15 +17,13 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
extensions.packages = builtins.attrValues {
|
extensions.packages = builtins.attrValues {
|
||||||
inherit (pkgs.nur.repos.rycee.firefox-addons)
|
inherit (firefox-addons)
|
||||||
bitwarden
|
bitwarden
|
||||||
sponsorblock
|
sponsorblock
|
||||||
ublock-origin
|
ublock-origin
|
||||||
unpaywall
|
unpaywall
|
||||||
untrap-for-youtube
|
untrap-for-youtube
|
||||||
;
|
;
|
||||||
inherit
|
inherit social-focus;
|
||||||
social-focus
|
|
||||||
;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
flake,
|
flake,
|
||||||
|
nur,
|
||||||
osConfig,
|
osConfig,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
@ -22,6 +23,8 @@ in
|
||||||
|
|
||||||
{
|
{
|
||||||
enable = true;
|
enable = true;
|
||||||
|
# package = (flake.inputs.nixpkgs-stable.legacyPackages.${pkgs.system}.floorp);
|
||||||
|
# package = pkgs.floorp-bin;
|
||||||
profiles = {
|
profiles = {
|
||||||
${user0} = {
|
${user0} = {
|
||||||
isDefault = true;
|
isDefault = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue