feat: Add support for ghostty term emulator installation

This commit is contained in:
2025-12-05 12:28:16 -05:00
committed by Hunter Halloran
parent d8eb614a1d
commit 82deb5a1d9

View File

@@ -12,7 +12,9 @@ in
home.homeDirectory = "/home/hdh20267";
home.stateVersion = "25.11";
home.packages = [];
home.packages = with pkgs; [
ghostty
];
programs.zsh = {
enable = true;