From 5aa0d47180f1e3198548fc1ba9ec623945b2c812 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 2 May 2024 13:24:16 +0200 Subject: [PATCH] Fix the path for the config file --- home-manager/shared/shell/zellij.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/shared/shell/zellij.nix b/home-manager/shared/shell/zellij.nix index 3b656c2..0d424c4 100644 --- a/home-manager/shared/shell/zellij.nix +++ b/home-manager/shared/shell/zellij.nix @@ -84,7 +84,7 @@ in { home.file = { "zellij" = { - source = "${config}/app/config.kdl"; + source = "${config}"; target = ".config/zellij/config.kdl"; }; };