From f9c2cf9f6e3bbf46d365e4a7d3b709e18355e510 Mon Sep 17 00:00:00 2001 From: albert Date: Mon, 29 Apr 2024 14:36:33 +0900 Subject: [PATCH] Testing --- home-manager/common/software/cli/zellij.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/common/software/cli/zellij.nix b/home-manager/common/software/cli/zellij.nix index 8b5ee42f..fccee46d 100644 --- a/home-manager/common/software/cli/zellij.nix +++ b/home-manager/common/software/cli/zellij.nix @@ -3,6 +3,6 @@ enable = true; enableBashIntegration = true; enableFishIntegration = true; - settings = ''''; + #settings = ''''; }; }