diff --git a/hosts/msft-mac/configuration.nix b/hosts/msft-mac/configuration.nix index 8e04028..e4388ad 100644 --- a/hosts/msft-mac/configuration.nix +++ b/hosts/msft-mac/configuration.nix @@ -11,6 +11,7 @@ # $ nix-env -qaP | grep wget environment.systemPackages = with pkgs; [ neofetch + git-credential-manager ]; system.primaryUser = "jmug";