fix(user/malte): cursor configuration
This commit is contained in:
parent
724dde1b67
commit
28b7457847
|
@ -190,6 +190,13 @@ in {
|
||||||
OPENAI_API_BASE = "https://api.openai.com/v1";
|
OPENAI_API_BASE = "https://api.openai.com/v1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pointerCursor = {
|
||||||
|
name = "phinger-cursors";
|
||||||
|
package = pkgs.phinger-cursors;
|
||||||
|
size = 32;
|
||||||
|
gtk.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Use default US, so that games don't get too confused. But let me
|
# Use default US, so that games don't get too confused. But let me
|
||||||
# switch to a more comfortable workman layout!
|
# switch to a more comfortable workman layout!
|
||||||
keyboard = null;
|
keyboard = null;
|
||||||
|
|
Loading…
Reference in a new issue