Add ghostty info

This commit is contained in:
Martin Pander
2026-02-07 15:09:30 +01:00
parent 28f2042ad0
commit f4d15c3d1b

View File

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