[fix] stylix: switch to enable-option branch
This commit is contained in:
parent
bf0ee5ba2b
commit
c44e03e533
3 changed files with 14 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue