added bibata

This commit is contained in:
kenji
2025-07-08 22:40:55 -05:00
parent a534ad610f
commit 4768918d0d
3 changed files with 9 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
bibata-cursors
];
}