xsession.pointerCursor -> home.pointerCursor
This commit is contained in:
parent
ca17104b98
commit
e9ce42d9f5
|
@ -38,7 +38,7 @@ in
|
|||
]);
|
||||
|
||||
# Cursor
|
||||
xsession.pointerCursor = {
|
||||
home.pointerCursor = {
|
||||
package = pkgs.numix-cursor-theme;
|
||||
name = "Numix-Cursor";
|
||||
size = 24;
|
||||
|
|
|
@ -19,6 +19,9 @@ with lib;
|
|||
'')
|
||||
];
|
||||
|
||||
# Apply cursor settings
|
||||
home.pointerCursor.x11.enable = true;
|
||||
|
||||
# Notification system
|
||||
services.X11.xfce4-notifyd.enable = true;
|
||||
|
||||
|
|
|
@ -82,7 +82,7 @@ in
|
|||
### Seats
|
||||
#
|
||||
# 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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue