From e58e54fbd6580ee3d68df65f6e50fab08c42b8bd Mon Sep 17 00:00:00 2001 From: Hunter Date: Wed, 17 Dec 2025 16:14:26 -0500 Subject: [PATCH] Update templates/user/nixos.nix Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- templates/user/nixos.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/user/nixos.nix b/templates/user/nixos.nix index f4dbfe2..b38080c 100644 --- a/templates/user/nixos.nix +++ b/templates/user/nixos.nix @@ -12,7 +12,8 @@ # - Installing system packages that require root # # Note: User options (description, shell, extraGroups, etc.) should be set -# in the main users.nix file, not here. +# in your external module's user.nix or in the main users.nix file, not in +# this nixos.nix. # # This module receives the same `inputs` flake inputs as the main # nixos-systems configuration.