feat: added lstr

This commit is contained in:
Nick 2025-10-05 23:51:12 -05:00
parent 52665fe0bc
commit a5c5d6c825

View file

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