diff options
Diffstat (limited to '')
| -rw-r--r-- | ghostty.nix | 9 |
1 files changed, 7 insertions, 2 deletions
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; + }; }; } |
