mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: remove cursor as it was offset
This commit is contained in:
parent
b0ba1ebcff
commit
4d55ad66c5
1 changed files with 10 additions and 10 deletions
|
|
@ -28,18 +28,18 @@
|
||||||
color = "black";
|
color = "black";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
cursorTheme = {
|
# cursorTheme = {
|
||||||
name = "Bibata-Modern-Ice";
|
# name = "Bibata-Modern-Ice";
|
||||||
package = pkgs.bibata-cursors;
|
# package = pkgs.bibata-cursors;
|
||||||
size = 24;
|
# size = 24;
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
home.pointerCursor = {
|
# home.pointerCursor = {
|
||||||
name = "Bibata-Modern-Ice";
|
# name = "Bibata-Modern-Ice";
|
||||||
package = pkgs.bibata-cursors;
|
# package = pkgs.bibata-cursors;
|
||||||
size = 24;
|
# size = 24;
|
||||||
};
|
# };
|
||||||
|
|
||||||
# gtk = {
|
# gtk = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue