temp disable wallust templates while empty

This commit is contained in:
JuliaLange 2024-03-16 11:13:04 -07:00
parent b6b6a956ee
commit 3c2e9b0bf0

View file

@ -3,7 +3,7 @@ let rootPath = ./.; in
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
wallust # A better pywal 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" = { xdg.configFile."wallust-config" = {
target = "wallust/wallust.toml"; target = "wallust/wallust.toml";
@ -21,8 +21,8 @@ let rootPath = ./.; in
# 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/";
}; #};
} }