From 61fd81562a9a2d7744e05b939948898e25dfb6fc Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 22 Aug 2025 23:48:33 -0400 Subject: unfixed and fixed ghostty. + reformat files --- ghostty.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'ghostty.nix') diff --git a/ghostty.nix b/ghostty.nix index fb5287f..3fda034 100644 --- a/ghostty.nix +++ b/ghostty.nix @@ -1,5 +1,9 @@ -{ config, pkgs, ... }: - +{ + config, + pkgs, + inputs, + ... +}: { programs.ghostty = { enable = true; @@ -7,6 +11,7 @@ link-url = true; background-opacity = 0.8; background-blur = true; + }; }; } -- cgit v1.3.1