feat: switch to ghostty

This commit is contained in:
Gerg-L 2025-05-26 14:47:24 -04:00
parent 23400b0ab3
commit a68ff34ebb
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
5 changed files with 105 additions and 8 deletions

View file

@ -56,6 +56,11 @@
librewolf = pkgs.librewolf.override { cfg.speechSynthesisSupport = false; };
nixpkgs-review = pkgs.nixpkgs-review.override { nix = config.nix.package; };
};
ghostty = {
enable = true;
defaultSettings = true;
};
};
boot = {
binfmt.emulatedSystems = [ "aarch64-linux" ];