From 4b2f418a01c890014f79b9aeef0aa99ddd684915 Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Mon, 15 Dec 2025 16:55:09 +0100 Subject: [PATCH] chore: cleanup --- modules/base/home/terminal.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/base/home/terminal.nix b/modules/base/home/terminal.nix index b3c08b5..43b4ece 100644 --- a/modules/base/home/terminal.nix +++ b/modules/base/home/terminal.nix @@ -13,9 +13,9 @@ }; shellIntegration.enableFishIntegration = true; settings = { - "background_opacity" = "0.90"; - "shell" = "fish"; - "confirm_os_window_close" = "0"; + background_opacity = 0.9; + shell = "fish"; + confirm_os_window_close = 0; }; };