add cerulean compatability

This commit is contained in:
do butterflies cry? 2026-02-08 23:41:05 +10:00
parent 29f0a09791
commit 92fa1ed1c6
23 changed files with 239 additions and 688 deletions

View file

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