summaryrefslogtreecommitdiffstats
path: root/ghostty.nix
diff options
context:
space:
mode:
authorAndrew <admonty1@protonmail.com>2025-08-22 23:48:33 -0400
committerAndrew <admonty1@protonmail.com>2025-08-22 23:48:33 -0400
commit61fd81562a9a2d7744e05b939948898e25dfb6fc (patch)
tree4c21b0e28ddf30a677089d9acb349d1b66270a7b /ghostty.nix
parentscreenshot manager PRINT / SUPER+SHIFT+S (diff)
downloadnixos-61fd81562a9a2d7744e05b939948898e25dfb6fc.tar.gz
nixos-61fd81562a9a2d7744e05b939948898e25dfb6fc.tar.bz2
nixos-61fd81562a9a2d7744e05b939948898e25dfb6fc.zip
unfixed and fixed ghostty. + reformat files
Diffstat (limited to 'ghostty.nix')
-rw-r--r--ghostty.nix9
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;
+
};
};
}