Address code review feedback

- Fix redundant LACT comment
- Add clarifying comment for Home Manager setup

Co-authored-by: ragusa-it <196988693+ragusa-it@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-01 20:14:17 +00:00
parent ec82700be0
commit 37b8df0417
2 changed files with 3 additions and 1 deletions

View File

@@ -48,6 +48,8 @@
./hosts/atlas/hardware-configuration.nix
./modules/common.nix
mangoModule
# Home Manager module - Foundation for user-level package management
# User-specific configurations can be added via home-manager.users.<username>
home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;