diff --git a/modules/flake-parts/setups/shared/config-options.nix b/modules/flake-parts/setups/shared/config-options.nix index 4346cec6..9325c7e6 100644 --- a/modules/flake-parts/setups/shared/config-options.nix +++ b/modules/flake-parts/setups/shared/config-options.nix @@ -6,7 +6,7 @@ defaultText = "config.systems"; example = [ "x86_64-linux" "aarch64-linux" ]; description = '' - A list of platforms that the NixOS configuration is supposed to be + A list of platforms that the environment config is supposed to be deployed on. ''; }; @@ -15,7 +15,7 @@ type = with lib.types; listOf raw; default = [ ]; description = '' - A list of NixOS modules specific for that host. + A list of modules specific for that environment. ''; }; diff --git a/modules/flake-parts/setups/shared/nixvim-instance-options.nix b/modules/flake-parts/setups/shared/nixvim-instance-options.nix index 0001f411..c2b627a1 100644 --- a/modules/flake-parts/setups/shared/nixvim-instance-options.nix +++ b/modules/flake-parts/setups/shared/nixvim-instance-options.nix @@ -7,7 +7,7 @@ description = '' The name of the NixVim configuration from {option}`setups.nixvim.configs.` to be included as part - of the NixOS system. + of the wider-scoped environment. ''; };