Skip to content

Commit

Permalink
home-cursor.nix: enable gtk module when enabling gtk config generation (
Browse files Browse the repository at this point in the history
#4144)

* home-cursor.nix: enable gtk module when enabling gtk config generation

The gtk configurations are not generated unless config.gtk is enabled.
This is a point of confusion because config.home.pointerCursor.gtk can essentially be disabled,
despite having it enabled.

* home-cursor.nix: Add note to gtk config generation description instead of enabling gtk module

* home-cursor.nix: Add note about applying pointerCursor configs to main submodule desc

* home-cursor.nix: Change tabs to spaces
  • Loading branch information
Maroka-chan authored Jul 14, 2023
1 parent bec87d5 commit d2e47de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/config/home-cursor.nix
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ in {
backends, you can toggle them via the enable option. For example,
<xref linkend="opt-home.pointerCursor.x11.enable"/>
will enable x11 cursor configurations.
</para><para>
Note that this will merely generate the cursor configurations.
To apply the configurations, the relevant subsytems must also be configured.
For example, <xref linkend="opt-home.pointerCursor.gtk.enable"/> will generate
the gtk cursor configuration, but <xref linkend="opt-gtk.enable"/> needs
to be set for it to be applied.
'';
};
};
Expand Down

0 comments on commit d2e47de

Please sign in to comment.