Fixed wal bug

This commit is contained in:
Julia Lange 2024-02-21 15:05:15 -08:00
parent 6175083d4e
commit fb0954aefc

View file

@ -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/";
} };
} }