mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -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
|
||||
dolphin
|
||||
espanso
|
||||
zotero
|
||||
;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue