This commit is contained in:
biscuit
2025-05-20 10:58:07 -05:00
parent b1ca82da64
commit 77854b1c69
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
bibata-cursors
];
}