Fix the path for the config file
This commit is contained in:
parent
2cb0384ac1
commit
5aa0d47180
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue