ghostty tip

This commit is contained in:
2025-12-16 10:53:09 +00:00
parent 20c2bae21d
commit f0025dfde3
3 changed files with 203 additions and 43 deletions

View File

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