mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 17:45:12 -05:00
feat: quick commit no time to suss this shit
This commit is contained in:
parent
e54a445a14
commit
9c41f99905
8 changed files with 31 additions and 10 deletions
|
@ -31,6 +31,8 @@ in
|
||||||
ghostty
|
ghostty
|
||||||
prismLauncher
|
prismLauncher
|
||||||
steam
|
steam
|
||||||
|
lutris
|
||||||
|
heroic
|
||||||
zed
|
zed
|
||||||
vsCode
|
vsCode
|
||||||
feishin
|
feishin
|
||||||
|
|
0
modules/home/gui/apps/academic/jabref/default.nix
Normal file → Executable file
0
modules/home/gui/apps/academic/jabref/default.nix
Normal file → Executable file
0
modules/home/gui/apps/academic/paperlib/default.nix
Normal file → Executable file
0
modules/home/gui/apps/academic/paperlib/default.nix
Normal file → Executable file
0
modules/home/gui/apps/academic/zotero/default.nix
Normal file → Executable file
0
modules/home/gui/apps/academic/zotero/default.nix
Normal file → Executable file
|
@ -7,16 +7,32 @@
|
||||||
base = {
|
base = {
|
||||||
matches = [
|
matches = [
|
||||||
{
|
{
|
||||||
trigger = ":now";
|
trigger = ":neg";
|
||||||
replace = "It's {{currentdate}} {{currenttime}}";
|
replace = "¬";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
trigger = ":hello";
|
trigger = ":conj";
|
||||||
replace = "line1\nline2";
|
replace = "∧";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
regex = ":hi(?P<person>.*)\\.";
|
trigger = ":disj";
|
||||||
replace = "Hi {{person}}!";
|
replace = "∨";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
trigger = ":imp";
|
||||||
|
replace = "→";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
trigger = ":bicon";
|
||||||
|
replace = "↔";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
trigger = ":forall";
|
||||||
|
replace = "∀";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
trigger = ":exist";
|
||||||
|
replace = "∃";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -14,6 +14,9 @@
|
||||||
# xdg-desktop-portal-hyprland
|
# xdg-desktop-portal-hyprland
|
||||||
xdg-desktop-portal-wlr
|
xdg-desktop-portal-wlr
|
||||||
;
|
;
|
||||||
|
inherit (pkgs.kdePackages)
|
||||||
|
xdg-desktop-portal-kde
|
||||||
|
;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -23,7 +23,7 @@ in
|
||||||
3131 # Deskreen
|
3131 # Deskreen
|
||||||
1234 # Elm-land server
|
1234 # Elm-land server
|
||||||
5037 # ADB Server
|
5037 # ADB Server
|
||||||
44363
|
53440
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -16,9 +16,9 @@
|
||||||
yamlfmt
|
yamlfmt
|
||||||
nixfmt-rfc-style
|
nixfmt-rfc-style
|
||||||
;
|
;
|
||||||
inherit (pkgs.nodePackages)
|
# inherit (pkgs.nodePackages)
|
||||||
"@commitlint/config-conventional"
|
# "@commitlint/config-conventional"
|
||||||
;
|
# ;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
shellHook = "${config.pre-commit.installationScript}";
|
shellHook = "${config.pre-commit.installationScript}";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue