xsession.pointerCursor -> home.pointerCursor

This commit is contained in:
Natsu Kagami 2022-05-28 12:35:20 -04:00 committed by Natsu Kagami
parent ca17104b98
commit e9ce42d9f5
3 changed files with 5 additions and 2 deletions

View file

@ -38,7 +38,7 @@ in
]);
# Cursor
xsession.pointerCursor = {
home.pointerCursor = {
package = pkgs.numix-cursor-theme;
name = "Numix-Cursor";
size = 24;

View file

@ -19,6 +19,9 @@ with lib;
'')
];
# Apply cursor settings
home.pointerCursor.x11.enable = true;
# Notification system
services.X11.xfce4-notifyd.enable = true;