diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-06-20 04:53:42 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-06-20 04:53:42 +0530 |
| commit | cbd6a89907504fc2f959ce93d94bb119888c8a46 (patch) | |
| tree | 84a4bbe720264402f8fdf7e2bdc5fddde0bee37a /common/modules/terminal/ghostty.nix | |
| parent | b5c700388d8c947913d91f703ace9113c4d63be9 (diff) | |
Back to bash
Diffstat (limited to 'common/modules/terminal/ghostty.nix')
| -rw-r--r-- | common/modules/terminal/ghostty.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/modules/terminal/ghostty.nix b/common/modules/terminal/ghostty.nix index 4ca4384..a53a74f 100644 --- a/common/modules/terminal/ghostty.nix +++ b/common/modules/terminal/ghostty.nix @@ -9,6 +9,7 @@ in config = lib.mkIf cfg.ghostty { programs.ghostty = { enable = true; + systemd.enable = false; enableFishIntegration = true; settings = { theme = |
