Fixed wal bug
This commit is contained in:
parent
57b8fdb27a
commit
364da18441
1 changed files with 2 additions and 2 deletions
|
|
@ -20,9 +20,9 @@ let rootPath = ./.; in
|
||||||
# # absolute path to the file to write the template (after templating)
|
# # absolute path to the file to write the template (after templating)
|
||||||
# target = "~/.config/dunst/dunstrc"
|
# target = "~/.config/dunst/dunstrc"
|
||||||
'';
|
'';
|
||||||
}
|
};
|
||||||
xdg.configFile."wallust-templates" = {
|
xdg.configFile."wallust-templates" = {
|
||||||
source = rootPath + "/templates";
|
source = rootPath + "/templates";
|
||||||
target = "wallust/";
|
target = "wallust/";
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue