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