From 3c2e9b0bf08873cea7fbafb1178d20d11016d84a Mon Sep 17 00:00:00 2001 From: JuliaLange Date: Sat, 16 Mar 2024 11:13:04 -0700 Subject: [PATCH] temp disable wallust templates while empty --- programs/wal/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/programs/wal/default.nix b/programs/wal/default.nix index d0746b3..5d63ae9 100644 --- a/programs/wal/default.nix +++ b/programs/wal/default.nix @@ -3,7 +3,7 @@ let rootPath = ./.; in { home.packages = with pkgs; [ wallust # A better pywal - pywalfox # Update librewolf's colorscheme based on wal + pywalfox-native # Update librewolf's colorscheme based on wal ]; xdg.configFile."wallust-config" = { target = "wallust/wallust.toml"; @@ -21,8 +21,8 @@ let rootPath = ./.; in # target = "~/.config/dunst/dunstrc" ''; }; - xdg.configFile."wallust-templates" = { - source = rootPath + "/templates"; - target = "wallust/"; - }; + #xdg.configFile."wallust-templates" = { + # source = rootPath + "/templates"; + # target = "wallust/"; + #}; }