mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-10 13:54:38 -05:00
Compare commits
No commits in common. "f28845629d8c88dd4b024714bf1f468d6c8d0b37" and "8549ffce2eaa9a03f11f6f245d1dd1d30cc5ee0e" have entirely different histories.
f28845629d
...
8549ffce2e
5 changed files with 2 additions and 45 deletions
0
modules/config/devices/config/phobos.nix
Executable file → Normal file
0
modules/config/devices/config/phobos.nix
Executable file → Normal file
|
@ -191,7 +191,6 @@ in
|
||||||
polychromatic
|
polychromatic
|
||||||
dolphin
|
dolphin
|
||||||
espanso
|
espanso
|
||||||
zotero
|
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -2,24 +2,6 @@
|
||||||
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,34 +43,10 @@ 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-rfc-style.enable = true;
|
nixfmt.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