nixos-config/modules/nixos/workflows
Gabriel Arazas 6cb1515d91 themes: rename into workflows
More self-descriptive == better. Plus it does imply that themes only
change aesthetics which is not often the case with the usual modules
that are defined here.
2022-08-27 13:41:12 +08:00
..
a-happy-gnome themes: rename into workflows 2022-08-27 13:41:12 +08:00
knome themes: rename into workflows 2022-08-27 13:41:12 +08:00
default.nix themes: rename into workflows 2022-08-27 13:41:12 +08:00
README.adoc themes: rename into workflows 2022-08-27 13:41:12 +08:00

These are where my workflows are defined and configured. Basically, workflows are mainly graphical sessions concerned with aesthetics, this may include Unix rices and good 'ol reliable desktop configurations like my GNOME config. This is where modules will define how youre 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 workflow module.

  • 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.workflows.disableLimit set to true.

  • Custom themes should be defined in config.workflows.workflows attribute (e.g., options.workflows.workflows.a-happy-gnome, options.workflows.workflows.simple-way). This makes up for a namespace entirely dedicated for setting themes.