From 6691342f5277ea6aae85a2df74d427da89147000 Mon Sep 17 00:00:00 2001 From: Hunter Date: Wed, 17 Dec 2025 16:11:35 -0500 Subject: [PATCH] Update templates/user/user.nix Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- templates/user/user.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/user/user.nix b/templates/user/user.nix index dc1ce32..2fee065 100644 --- a/templates/user/user.nix +++ b/templates/user/user.nix @@ -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.).