home: x: cursors: switch to bibata
Let's try some changes
This commit is contained in:
parent
c8648b18b4
commit
2c71052030
|
@ -16,12 +16,16 @@ in {
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
home.pointerCursor = {
|
home.pointerCursor = {
|
||||||
package = pkgs.capitaine-cursors;
|
#package = pkgs.capitaine-cursors;
|
||||||
name = "capitaine-cursors";
|
#name = "capitaine-cursors";
|
||||||
# available sizes for capitaine-cursors are:
|
#package = pkgs.catppuccin-cursors.frappeDark;
|
||||||
# 24, 30, 36, 48, 60, 72
|
#name = "catppuccin-frappe-dark-cursors";
|
||||||
size = 30;
|
package = pkgs.bibata-cursors;
|
||||||
|
name = "Bibata-Modern-Classic";
|
||||||
|
# https://unix.stackexchange.com/a/743543
|
||||||
|
size = 24;
|
||||||
x11.enable = true;
|
x11.enable = true;
|
||||||
|
gtk.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue