Update templates/user/nixos.nix

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
2025-12-17 16:14:26 -05:00
committed by GitHub
parent 6691342f52
commit e58e54fbd6

View File

@@ -12,7 +12,8 @@
# - Installing system packages that require root # - Installing system packages that require root
# #
# Note: User options (description, shell, extraGroups, etc.) should be set # 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 # This module receives the same `inputs` flake inputs as the main
# nixos-systems configuration. # nixos-systems configuration.