Make nixos use ghostty module as well

This commit is contained in:
Yan Lin 2025-09-13 13:56:27 +02:00
parent 7e967f4915
commit 2db8749c25
4 changed files with 122 additions and 55 deletions

View file

@ -28,6 +28,12 @@
package = null; # Use system Firefox on Darwin
};
# Ghostty configuration
programs.ghostty-custom = {
enable = true;
package = null; # Use Homebrew-installed Ghostty on Darwin
};
home.username = "yanlin";
home.homeDirectory = "/Users/yanlin";
home.stateVersion = "24.05";