Fix the path for the config file
This commit is contained in:
parent
2cb0384ac1
commit
5aa0d47180
|
@ -84,7 +84,7 @@ in {
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
"zellij" = {
|
"zellij" = {
|
||||||
source = "${config}/app/config.kdl";
|
source = "${config}";
|
||||||
target = ".config/zellij/config.kdl";
|
target = ".config/zellij/config.kdl";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue