Merge remote-tracking branch 'origin/user-module-redesign' into user-module-redesign

This commit is contained in:
2025-12-17 16:19:14 -05:00
4 changed files with 32 additions and 30 deletions

View File

@@ -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.

View File

@@ -8,8 +8,9 @@
# 2. Home-manager configuration (home.*, programs.*, services.*) when imported
# into home-manager
#
# This file is optional - if not present, these options should be set
# directly in the main users.nix file.
# This file is optional - if not present, the system will use the defaults
# from the main users.nix file. Use this file to override or extend those
# default user and home-manager options for this user.
#
# This module receives the same `inputs` flake inputs as the main
# nixos-systems configuration (nixpkgs, home-manager, etc.).