nixos-config/modules/nixos/_private/workflows
2025-01-05 18:53:54 +08:00
..
a-happy-gnome nixos/workflows/a-happy-gnome: add Kando 2025-01-01 16:26:59 +08:00
horizontal-hunger pkgs/firefox-addons: add RSSHub Radar 2025-01-05 18:53:54 +08:00
knome nixos/workflows: restructure enable option 2024-05-18 16:41:21 +08:00
default.nix treewide: update comments and module descriptions 2024-06-10 13:26:14 +08:00
README.adoc docs: update README for NixOS workflows 2024-07-19 13:51:21 +08:00

Table of Contents

These are where my workflows are defined and configured. Basically, workflows are mainly graphical sessions concerned with aesthetics and impose a structured way of using things, 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.

Design constraints

The following list is the summary which can also serve as a guideline to developing a workflow module.

  • All workflow modules should be enabled through workflows.enable option containing the names of the workflows to be used.=

  • While there is no convention for naming workflow modules, they are mostly expected to be enabled with a reverse DNS-like scheme (e.g., workflows.enable = [ "one.foodogsquared.MoseyBranch" ]). This is mainly to easily create custom desktop sessions where they are typically named this way.

  • Custom themes should be configured in workflows.workflows namespace (e.g., options.workflows.workflows.a-happy-gnome, options.workflows.workflows.simple-way). This is expected to contain options specific for that workflow module such as an extra list of applications to be installed, additional extensions, and hardware-specific options.

  • No configuring display managers or localization. This is expected more to be configured by the user themselves and it makes the workflow modules more composable.