changed to john user

This commit is contained in:
John Lancaster
2026-03-22 10:34:57 -05:00
parent e925b43a2d
commit a59db0af58

View File

@@ -74,7 +74,7 @@ in
flake.homeConfigurations."${hostname}" = inputs.home-manager.lib.homeManagerConfiguration {
pkgs = import inputs.nixpkgs { system = "x86_64-linux"; };
modules = with inputs.self.modules; [
homeManager."${hostname}"
homeManager."${username}"
];
};
}