Revert "Add ghostty info"

This reverts commit f4d15c3d1b.
This commit is contained in:
Martin Pander
2026-02-07 15:11:05 +01:00
parent f4d15c3d1b
commit a9c5e2398d

View File

@@ -15,10 +15,6 @@
networking.hostName = "macnix";
environment.systemPackages = [
pkgs.ghostty.terminfo
];
users.users.martin = {
isNormalUser = true;
extraGroups = [ "networkmanager" "wheel" ];