diff --git a/.config/nix/flake.nix b/.config/nix/flake.nix index 3a77ebc..fef0819 100755 --- a/.config/nix/flake.nix +++ b/.config/nix/flake.nix @@ -16,7 +16,7 @@ ./hosts/common.nix ./hosts/mecca/configuration.nix ]; - }; + }; syntheticnexus = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = {inherit inputs;}; diff --git a/.config/nix/hosts/common.nix b/.config/nix/hosts/common.nix index c89e786..69d616e 100644 --- a/.config/nix/hosts/common.nix +++ b/.config/nix/hosts/common.nix @@ -52,6 +52,9 @@ layout = "us"; variant = ""; }; + enviroment.systemPackages = with pkgs; [ + git + ]; # Zsh programs.zsh.enable = true; # Browser