From fe800b19b12b1938276dd39ef742a982f0e54ebd Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Tue, 10 Mar 2026 16:31:49 -0500 Subject: [PATCH] comment --- modules/users/john.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/users/john.nix b/modules/users/john.nix index 27677e9..ccb486c 100644 --- a/modules/users/john.nix +++ b/modules/users/john.nix @@ -3,6 +3,7 @@ let username = "john"; in { + # https://github.com/Doc-Steve/dendritic-design-with-flake-parts/wiki/Dendritic_Aspects#multi-context-aspect flake.modules.nixos."${username}" = { pkgs, ... }: { home-manager.users."${username}" = { imports = [