use yaru's cursor
apparently home-manager doesn't load .Xresources which is why it didn't work before
This commit is contained in:
parent
0ffd824a6e
commit
59038a5e47
2 changed files with 6 additions and 6 deletions
|
|
@ -7,4 +7,5 @@ if command -v dbus-update-activation-environment > /dev/null 2>&1; then
|
|||
dbus-update-activation-environment DISPLAY XAUTHORITY
|
||||
fi
|
||||
|
||||
xrdb ~/.Xresources
|
||||
exec ~/.xsession
|
||||
|
|
|
|||
|
|
@ -16,10 +16,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
# TODO: i gave up
|
||||
#xsession.pointerCursor = {
|
||||
# package = pkgs.bibata-cursors;
|
||||
# name = "Bibata_Classic";
|
||||
# size = 16;
|
||||
#};
|
||||
xsession.pointerCursor = {
|
||||
package = pkgs.yaru-theme;
|
||||
name = "Yaru";
|
||||
size = 16;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue