From a9c5e2398d83096f2b86a9dc72c19a39dc201381 Mon Sep 17 00:00:00 2001 From: Martin Pander Date: Sat, 7 Feb 2026 15:11:05 +0100 Subject: [PATCH] Revert "Add ghostty info" This reverts commit f4d15c3d1b0e0f720a1821050e2974ef8fc91f47. --- nix/hosts/home/nixos/configuration.nix | 4 ---- 1 file changed, 4 deletions(-) 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" ];