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; }; };