trying to make cursors consistent
This commit is contained in:
parent
3e20dab73d
commit
db603ea0a8
10 changed files with 42 additions and 210 deletions
|
@ -121,14 +121,24 @@
|
|||
];
|
||||
|
||||
home.pointerCursor = {
|
||||
package = pkgs.rice.cursor.package;
|
||||
name = pkgs.rice.cursor.name;
|
||||
size = 24;
|
||||
package = pkgs.bibata-cursors;
|
||||
size = 32;
|
||||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
};
|
||||
|
||||
gtk.cursorTheme = pkgs.rice.cursor;
|
||||
gtk = {
|
||||
enable = true;
|
||||
cursorTheme = {
|
||||
name = pkgs.rice.cursor.name;
|
||||
package = pkgs.bibata-cursors;
|
||||
};
|
||||
};
|
||||
|
||||
qt = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
fonts = {
|
||||
fontconfig = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue