From 364da18441bc9f7073ab9501a020c7522e08ce4e Mon Sep 17 00:00:00 2001 From: JuliaLange Date: Wed, 21 Feb 2024 15:05:15 -0800 Subject: [PATCH] Fixed wal bug --- programs/wal/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/"; - } + }; }