reNixos/hand7s/stylix/cursor.nix
s0me1newithhand7s eaa959363d fix(hand7s): stylix fonts&cursors
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-05-29 16:45:26 +03:00

9 lines
147 B
Nix

{pkgs, ...}: {
stylix = {
cursor = {
name = "Bibata-Modern-Amber";
package = pkgs.bibata-cursors;
size = 20;
};
};
}