diff --git a/nix/hosts/home/nixos/configuration.nix b/nix/hosts/home/nixos/configuration.nix index 20aa70f..3e3678f 100644 --- a/nix/hosts/home/nixos/configuration.nix +++ b/nix/hosts/home/nixos/configuration.nix @@ -15,6 +15,10 @@ networking.hostName = "macnix"; + environment.systemPackages = [ + pkgs.ghostty.terminfo + ]; + users.users.martin = { isNormalUser = true; extraGroups = [ "networkmanager" "wheel" ];