mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -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, ... }:
|
||||
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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue