[fix] stylix: switch to enable-option branch

This commit is contained in:
Jalil David Salamé Messina 2024-05-20 14:40:15 +02:00
parent bf0ee5ba2b
commit c44e03e533
Signed by: jalil
GPG key ID: F016B9E770737A0B
3 changed files with 14 additions and 11 deletions

View file

@ -134,8 +134,11 @@ in {
};
# Set cursor style
stylix.cursor = cursor;
home.pointerCursor.gtk.enable = true;
stylix = {inherit cursor;};
home.pointerCursor = {
gtk.enable = true;
inherit (cursor) name package;
};
# Set Gtk theme
gtk = {
enable = true;