feat: quick commit no time to suss this shit

This commit is contained in:
Nick 2025-04-06 19:02:58 -05:00
parent e54a445a14
commit 9c41f99905
8 changed files with 31 additions and 10 deletions

View file

@ -31,6 +31,8 @@ in
ghostty
prismLauncher
steam
lutris
heroic
zed
vsCode
feishin

0
modules/home/gui/apps/academic/jabref/default.nix Normal file → Executable file
View file

0
modules/home/gui/apps/academic/paperlib/default.nix Normal file → Executable file
View file

0
modules/home/gui/apps/academic/zotero/default.nix Normal file → Executable file
View file

View file

@ -7,16 +7,32 @@
base = {
matches = [
{
trigger = ":now";
replace = "It's {{currentdate}} {{currenttime}}";
trigger = ":neg";
replace = "¬";
}
{
trigger = ":hello";
replace = "line1\nline2";
trigger = ":conj";
replace = "";
}
{
regex = ":hi(?P<person>.*)\\.";
replace = "Hi {{person}}!";
trigger = ":disj";
replace = "";
}
{
trigger = ":imp";
replace = "";
}
{
trigger = ":bicon";
replace = "";
}
{
trigger = ":forall";
replace = "";
}
{
trigger = ":exist";
replace = "";
}
];
};

View file

@ -14,6 +14,9 @@
# xdg-desktop-portal-hyprland
xdg-desktop-portal-wlr
;
inherit (pkgs.kdePackages)
xdg-desktop-portal-kde
;
};
};
};

View file

@ -23,7 +23,7 @@ in
3131 # Deskreen
1234 # Elm-land server
5037 # ADB Server
44363
53440
];
};
};

View file

@ -16,9 +16,9 @@
yamlfmt
nixfmt-rfc-style
;
inherit (pkgs.nodePackages)
"@commitlint/config-conventional"
;
# inherit (pkgs.nodePackages)
# "@commitlint/config-conventional"
# ;
};
};
shellHook = "${config.pre-commit.installationScript}";