mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
Compare commits
5 commits
8549ffce2e
...
f28845629d
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f28845629d | ||
![]() |
b76624cbc8 | ||
![]() |
24b08568b1 | ||
![]() |
5c92664d5d | ||
![]() |
2103cccccf |
5 changed files with 45 additions and 2 deletions
0
modules/config/devices/config/phobos.nix
Normal file → Executable file
0
modules/config/devices/config/phobos.nix
Normal file → Executable file
|
@ -191,6 +191,7 @@ in
|
||||||
polychromatic
|
polychromatic
|
||||||
dolphin
|
dolphin
|
||||||
espanso
|
espanso
|
||||||
|
zotero
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -2,6 +2,24 @@
|
||||||
name = "Tools";
|
name = "Tools";
|
||||||
toolbar = false;
|
toolbar = false;
|
||||||
bookmarks = [
|
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";
|
name = "Mullvad";
|
||||||
url = "https://mullvad.net";
|
url = "https://mullvad.net";
|
||||||
|
|
|
@ -43,10 +43,34 @@ in
|
||||||
trigger = ":exist";
|
trigger = ":exist";
|
||||||
replace = "∃";
|
replace = "∃";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
trigger = ":therefore";
|
||||||
|
replace = "∴";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
trigger = ":delta";
|
||||||
|
replace = "Δ";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
trigger = ":em";
|
trigger = ":em";
|
||||||
replace = "—";
|
replace = "—";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
trigger = ":ss2";
|
||||||
|
replace = "²";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
trigger = ":ss3";
|
||||||
|
replace = "³";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
trigger = ":glp";
|
||||||
|
replace = "GLP-1RA";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
trigger = ":degree";
|
||||||
|
replace = "°";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
global_vars = {
|
global_vars = {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
pre-commit.settings.hooks = {
|
pre-commit.settings.hooks = {
|
||||||
nixfmt.enable = true;
|
nixfmt-rfc-style.enable = true;
|
||||||
commitizen.enable = true;
|
# commitizen.enable = true;
|
||||||
statix.enable = true;
|
statix.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue