mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 16:57:55 +00:00
17 lines
1.0 KiB
Plaintext
17 lines
1.0 KiB
Plaintext
= Themes
|
|
:toc:
|
|
|
|
These are where my themes are defined and configured.
|
|
Basically, themes are mainly graphical sessions concerned with aesthetics.
|
|
It could also include system-wide workflows and configurations.
|
|
|
|
This is where modules will define how you're going to interact with the computer whether you should use something ranging from a full-fledged desktop environment with bells and whistles to a minimalist desktop environment only composing of a window manager, a terminal, and a bar.
|
|
|
|
The following list is the summary which can also serve as a guideline to developing a theme.
|
|
|
|
* Due to the bigger scope and importance of this module, there is a limit where you can only enable one theme at a time.
|
|
You can disable this with `config.modules.themes.disableLimit` set to `true`.
|
|
|
|
* Custom themes should be defined in `config.modules.themes.themes` attribute (e.g., `options.modules.themes.themes.a-happy-gnome`, `options.modules.themes.themes.simple-way`).
|
|
This makes up for a namespace entirely dedicated for setting themes.
|