diff options
Diffstat (limited to '')
| -rw-r--r-- | ghostty.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ghostty.nix b/ghostty.nix new file mode 100644 index 0000000..fb5287f --- /dev/null +++ b/ghostty.nix @@ -0,0 +1,12 @@ +{ config, pkgs, ... }: + +{ + programs.ghostty = { + enable = true; + settings = { + link-url = true; + background-opacity = 0.8; + background-blur = true; + }; + }; +} |
