From ec009ef8fdeddb4c091079395d2b150c361d1c23 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 22 Jul 2023 11:06:17 +0800 Subject: [PATCH] docs/site: update "Workflows" introduction --- docs/content/en-US/04-nixos-modules/02-workflows/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en-US/04-nixos-modules/02-workflows/index.adoc b/docs/content/en-US/04-nixos-modules/02-workflows/index.adoc index a27d692d..b608d6f4 100644 --- a/docs/content/en-US/04-nixos-modules/02-workflows/index.adoc +++ b/docs/content/en-US/04-nixos-modules/02-workflows/index.adoc @@ -4,7 +4,7 @@ title: Workflows = Workflows Workflows are an all-encompassing NixOS module for dictating how you interact with your computer/device/whatever. -Basically, this is where certain things are set such as your GNOME desktop environment settings or your dolled up standalone window manager setup. +Basically, this is where certain things are set such as your GNOME desktop environment settings, your dolled up standalone window manager setup, or an oddball audio-only desktop interface. They are located in `./nixos/modules/workflows` at the project root. Workflows are defined under the namespace `workflows` where each workflow module is set to be declared and to be enabled at `workflows.workflows.`.