mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-09 05:14:41 -05:00
feat: updated nur and peertube
This commit is contained in:
parent
b6265591f6
commit
57d1245594
11 changed files with 44 additions and 50 deletions
|
@ -29,13 +29,13 @@
|
|||
{
|
||||
name = "LiberaPay";
|
||||
url = "https://liberapay.com/upRootNutrition";
|
||||
tags = ["libera" "liberapay" "donations" "bank" "banking" "money" "nutrivore"];
|
||||
tags = ["libera" "liberapay" "donations" "bank" "banking" "money" "uprootnutrition"];
|
||||
keyword = "Libera";
|
||||
}
|
||||
{
|
||||
name = "Patreon";
|
||||
url = "https://www.patreon.com/upRootNutrition";
|
||||
tags = ["patreon" "donations" "bank" "banking" "money" "nutrivore"];
|
||||
tags = ["patreon" "donations" "bank" "banking" "money" "uprootnutrition"];
|
||||
keyword = "Patreon";
|
||||
}
|
||||
{
|
||||
|
@ -46,7 +46,7 @@
|
|||
}
|
||||
{
|
||||
name = "Shopify";
|
||||
url = "https://the-nutrivore.myshopify.com/admin";
|
||||
url = "https://uprootnutrition.myshopify.com/admin";
|
||||
tags = ["shopify" "business" "shop" "bank" "banking" "money"];
|
||||
keyword = "Shopify";
|
||||
}
|
||||
|
@ -77,7 +77,7 @@
|
|||
{
|
||||
name = "Wix";
|
||||
url = "https://manage.wix.com/dashboard/413fd74d-8a8f-4c77-bd91-9ea560ffe906/home";
|
||||
tags = ["wix" "website" "business" "bills" "nutrivore"];
|
||||
tags = ["wix" "website" "business" "bills" "uprootnutrition"];
|
||||
keyword = "Wix";
|
||||
}
|
||||
];
|
||||
|
|
|
@ -99,7 +99,7 @@ in {
|
|||
}
|
||||
{
|
||||
name = "X (Twitter)";
|
||||
url = "https://twitter.com/TheNutrivore";
|
||||
url = "https://x.com/upRootNutrition";
|
||||
tags = ["twitter" "x" "social"];
|
||||
keyword = "Twitter";
|
||||
}
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
{nur, ...}: {
|
||||
{pkgs, ...}: {
|
||||
extensions = builtins.attrValues {
|
||||
inherit
|
||||
(nur.repos.rycee.firefox-addons)
|
||||
(pkgs.nur.repos.rycee.firefox-addons)
|
||||
bitwarden
|
||||
enhancer-for-youtube
|
||||
localcdn
|
||||
sponsorblock
|
||||
ublock-origin
|
||||
unpaywall
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
pkgs,
|
||||
flake,
|
||||
# nur,
|
||||
...
|
||||
}: let
|
||||
inherit (flake.config.people) user0;
|
||||
|
@ -18,7 +17,7 @@ in {
|
|||
id = 0;
|
||||
}
|
||||
// (import (configPath + /bookmarks) {inherit flake;})
|
||||
# // (import (configPath + /extensions) {inherit nur;})
|
||||
// (import (configPath + /extensions) {inherit pkgs;})
|
||||
// (import (configPath + /search) {inherit flake;})
|
||||
// (import (configPath + /settings))
|
||||
// (import (configPath + /themes));
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
{pkgs, ...}: {
|
||||
extensions = builtins.attrValues {
|
||||
inherit (pkgs.vscode-extensions.catppuccin) catppuccin-vsc;
|
||||
inherit (pkgs.vscode-extensions.eamodio) gitlens;
|
||||
inherit (pkgs.vscode-extensions.elmtooling) elm-ls-vscode;
|
||||
inherit (pkgs.vscode-extensions.esbenp) prettier-vscode;
|
||||
inherit (pkgs.vscode-extensions.haskell) haskell;
|
||||
inherit (pkgs.vscode-extensions.james-yu) latex-workshop;
|
||||
inherit (pkgs.vscode-extensions.jnoortheen) nix-ide;
|
||||
inherit (pkgs.vscode-extensions.kamadorueda) alejandra;
|
||||
inherit (pkgs.vscode-extensions.mattn) lisp;
|
||||
inherit (pkgs.vscode-extensions.mkhl) direnv;
|
||||
inherit (pkgs.vscode-extensions.pkief) material-icon-theme;
|
||||
inherit (pkgs.vscode-extensions.streetsidesoftware) code-spell-checker;
|
||||
inherit (pkgs.vscode-extensions.tamasfe) even-better-toml;
|
||||
};
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
catppuccin.catppuccin-vsc
|
||||
eamodio.gitlens
|
||||
elmtooling.elm-ls-vscode
|
||||
esbenp.prettier-vscode
|
||||
haskell.haskell
|
||||
james-yu.latex-workshop
|
||||
jnoortheen.nix-ide
|
||||
kamadorueda.alejandra
|
||||
mattn.lisp
|
||||
mkhl.direnv
|
||||
pkief.material-icon-theme
|
||||
streetsidesoftware.code-spell-checker
|
||||
tamasfe.even-better-toml
|
||||
];
|
||||
}
|
||||
|
|
|
@ -20,5 +20,10 @@
|
|||
command = "editor.action.indentationToSpaces";
|
||||
when = "textInputFocus";
|
||||
}
|
||||
{
|
||||
key = "ctrl+shift+d";
|
||||
command = "editor.action.deleteLines";
|
||||
when = "textInputFocus";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue