remove ghostty from thinkpad

This commit is contained in:
Yan Lin 2025-10-18 14:44:56 +02:00
parent 779ab5dbec
commit e5273c08f6

View file

@ -8,18 +8,9 @@
imports = [
../home-default.nix
../../../modules/syncthing.nix
../../../modules/ghostty.nix
../../../modules/tex.nix
];
# Enable Ghostty terminal with NixOS package
programs.ghostty-custom = {
enable = true;
package = pkgs.ghostty; # Install via nix on NixOS
fontSize = 11;
windowMode = "maximized";
};
# Any ThinkPad-specific home configurations can be added here
# For example, laptop-specific aliases or scripts
}