From 16c0b7ce0cf0a6286554a3bbe60c636871fb75c9 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 18 Aug 2025 15:40:09 -0400 Subject: initial commit --- ghostty.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ghostty.nix (limited to 'ghostty.nix') 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; + }; + }; +} -- cgit v1.3.1