Compare commits

...

5 commits

Author SHA1 Message Date
Nick
f28845629d feat: added Google Sheets and Docs 2025-04-21 13:55:02 -05:00
Nick
b76624cbc8 Merge branch 'main' of gitlab.com:upRootNutrition/dotfiles 2025-04-21 13:54:25 -05:00
Nick
24b08568b1 chore: lock n load
feat: added more recipes

feat: added zotero
2025-04-21 13:52:52 -05:00
Nick
5c92664d5d feat: removed commitizen 2025-04-21 13:44:49 -05:00
Nick
2103cccccf feat: added phobos 2025-04-21 13:44:32 -05:00
5 changed files with 45 additions and 2 deletions

0
modules/config/devices/config/phobos.nix Normal file → Executable file
View file

View file

@ -191,6 +191,7 @@ in
polychromatic
dolphin
espanso
zotero
;
};
};

View file

@ -2,6 +2,24 @@
name = "Tools";
toolbar = false;
bookmarks = [
{
name = "Google Docs";
url = "https://docs.google.com";
tags = [
"google"
"docs"
];
keyword = "Docs";
}
{
name = "Google Sheets";
url = "https://sheets.google.com";
tags = [
"google"
"sheets"
];
keyword = "Sheets";
}
{
name = "Mullvad";
url = "https://mullvad.net";

View file

@ -43,10 +43,34 @@ in
trigger = ":exist";
replace = "";
}
{
trigger = ":therefore";
replace = "";
}
{
trigger = ":delta";
replace = "Δ";
}
{
trigger = ":em";
replace = "";
}
{
trigger = ":ss2";
replace = "²";
}
{
trigger = ":ss3";
replace = "³";
}
{
trigger = ":glp";
replace = "GLP-1RA";
}
{
trigger = ":degree";
replace = "°";
}
];
};
global_vars = {

View file

@ -1,7 +1,7 @@
{
pre-commit.settings.hooks = {
nixfmt.enable = true;
commitizen.enable = true;
nixfmt-rfc-style.enable = true;
# commitizen.enable = true;
statix.enable = true;
};
}