Fixed wal bug
This commit is contained in:
parent
6175083d4e
commit
fb0954aefc
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