hypr: added bibata cursor

This commit is contained in:
biscuit
2025-05-15 14:13:00 -05:00
parent ced9937c09
commit bfbd2d8abe
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
hyprcursor
bibata-cursors
];
}