feat: added cursor

This commit is contained in:
Nick 2025-02-04 14:02:15 -06:00
parent c8e774a0ca
commit c8bdb8b61b

View file

@ -0,0 +1,11 @@
{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
code-cursor
;
};
}