diff --git a/nixos/default.nix b/nixos/default.nix index 7d2a068..b284a9d 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -18,7 +18,7 @@ in # Temporarily sharing with Uday, until he gets better machine. (mkHomeModule "uday" [ ]) ]; - myself = mkHomeModule "srid" [ + myself = mkHomeModule config.people.myself [ ../home/shellcommon.nix ]; default.imports = [