IM FUCKING SISYPHUS SAVE ME

This commit is contained in:
do butterflies cry? 2026-02-13 22:14:30 +10:00
parent 02251bd750
commit 099d1960ab
12 changed files with 52 additions and 28 deletions

View file

@ -1,6 +1,6 @@
{
pkgs,
upkgs,
# upkgs,
...
}: let
lsps = {
@ -43,7 +43,7 @@
};
ty = {
pkg = upkgs.ty;
pkg = pkgs.ty; # DEBUG: upkgs.ty;
cmd = "ty";
};