Revert "ghostty tip"

This reverts commit f0025dfde3.
This commit is contained in:
2025-12-16 12:07:08 +01:00
parent f0025dfde3
commit bc410d8e09
3 changed files with 27 additions and 187 deletions

View File

@@ -1,7 +1,7 @@
{inputs, pkgs, ...}: {
{pkgs, ...}: {
programs.ghostty = {
enable = true;
package = inputs.ghostty.packages.${pkgs.stdenv.hostPlatform.system}.default;
package = pkgs.ghostty-bin;
settings = {
command = "${pkgs.fish}/bin/fish";
theme = "Catppuccin Latte";