Compare commits

..

No commits in common. "f28845629d8c88dd4b024714bf1f468d6c8d0b37" and "8549ffce2eaa9a03f11f6f245d1dd1d30cc5ee0e" have entirely different histories.

5 changed files with 2 additions and 45 deletions

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

View file

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

View file

@ -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";

View file

@ -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 = {

View file

@ -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;
};
}