Fix the path for the config file

This commit is contained in:
Lillian Violet 2024-05-02 13:24:16 +02:00
parent 2cb0384ac1
commit 5aa0d47180

View file

@ -84,7 +84,7 @@ in {
home.file = {
"zellij" = {
source = "${config}/app/config.kdl";
source = "${config}";
target = ".config/zellij/config.kdl";
};
};