From ec0b25779fffbb5006dec98ca48007fb3f023863 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Wed, 7 Jan 2026 11:49:25 -0700 Subject: [PATCH] ghostty --- nix/home-manager/alex.home.nix | 6 +++++- nix/home-manager/work.home.nix | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/nix/home-manager/alex.home.nix b/nix/home-manager/alex.home.nix index e4d6b9b..755daa1 100644 --- a/nix/home-manager/alex.home.nix +++ b/nix/home-manager/alex.home.nix @@ -33,7 +33,11 @@ enable = true; enableFishIntegration = true; settings = { - window-new-tab-cwd = "home"; + window-inherit-working-directory = "false"; + theme = "Atom"; + font-size = "18"; + window-height = "30"; + window-width = "120"; }; }; home.sessionVariables = { diff --git a/nix/home-manager/work.home.nix b/nix/home-manager/work.home.nix index c4ca6a2..52938fa 100644 --- a/nix/home-manager/work.home.nix +++ b/nix/home-manager/work.home.nix @@ -75,7 +75,11 @@ in { enable = true; enableFishIntegration = true; settings = { - window-new-tab-cwd = "home"; + window-inherit-working-directory = "false"; + theme = "Atom"; + font-size = "18"; + window-height = "30"; + window-width = "120"; }; }; programs.fish = {