switch to ghostty

This commit is contained in:
Yan Lin 2025-10-21 21:18:05 +02:00
parent 5826ee52fc
commit 77f1bfacc6
4 changed files with 15 additions and 20 deletions

View file

@ -11,6 +11,7 @@
../../../modules/tex.nix
../../../modules/gnome.nix
../../../modules/firefox.nix
../../../modules/ghostty.nix
];
# Enable GNOME configuration
@ -18,6 +19,14 @@
enable = true;
};
# Enable Ghostty terminal with OSC-52 clipboard support
programs.ghostty-custom = {
enable = true;
package = pkgs.ghostty;
fontSize = 12;
windowMode = "maximized";
};
# Enable Firefox browser
programs.firefox-custom = {
enable = true;