summaryrefslogtreecommitdiff
path: root/users/seth/mixins/ghostty.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/seth/mixins/ghostty.nix')
-rw-r--r--users/seth/mixins/ghostty.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/users/seth/mixins/ghostty.nix b/users/seth/mixins/ghostty.nix
new file mode 100644
index 0000000..aa2a1b8
--- /dev/null
+++ b/users/seth/mixins/ghostty.nix
@@ -0,0 +1,10 @@
+{
+ programs.ghostty = {
+ enableBashIntegration = true;
+ enableFishIntegration = true;
+
+ settings = {
+ bold-is-bright = true;
+ };
+ };
+}