diff --git a/programs/wal/default.nix b/programs/wal/default.nix index 14876da..d0746b3 100644 --- a/programs/wal/default.nix +++ b/programs/wal/default.nix @@ -20,9 +20,9 @@ let rootPath = ./.; in # # absolute path to the file to write the template (after templating) # target = "~/.config/dunst/dunstrc" ''; - } + }; xdg.configFile."wallust-templates" = { source = rootPath + "/templates"; target = "wallust/"; - } + }; }