mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -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
|
||||
dolphin
|
||||
espanso
|
||||
zotero
|
||||
;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -2,24 +2,6 @@
|
|||
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,34 +43,10 @@ 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-rfc-style.enable = true;
|
||||
# commitizen.enable = true;
|
||||
nixfmt.enable = true;
|
||||
commitizen.enable = true;
|
||||
statix.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue