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 # Cursor
xsession.pointerCursor = { home.pointerCursor = {
package = pkgs.numix-cursor-theme; package = pkgs.numix-cursor-theme;
name = "Numix-Cursor"; name = "Numix-Cursor";
size = 24; size = 24;

View file

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

View file

@ -82,7 +82,7 @@ in
### Seats ### Seats
# #
# Cursor # Cursor
seat."*".xcursor_theme = "${config.xsession.pointerCursor.name} ${toString config.xsession.pointerCursor.size}"; seat."*".xcursor_theme = "${config.home.pointerCursor.name} ${toString config.home.pointerCursor.size}";
### Programs ### Programs
# #