From 585051aa20007445dfbce0d44fd16821fd96a4c3 Mon Sep 17 00:00:00 2001 From: albert Date: Mon, 29 Apr 2024 15:15:42 +0900 Subject: [PATCH] Updates --- 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 d68e6917..75c66464 100644 --- a/home-manager/common/software/cli/zellij.nix +++ b/home-manager/common/software/cli/zellij.nix @@ -1,4 +1,4 @@ -{ ... }: { +{ config, ... }: { programs.zellij = { enable = true; enableBashIntegration = true;