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