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
+1
View File
@@ -4,5 +4,6 @@
../system/astal/default.nix
../system/hyprland/default.nix
../system/fonts/default.nix
../system/cursor/default.nix
];
}
+6
View File
@@ -0,0 +1,6 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
hyprcursor
bibata-cursors
];
}