temp disable wallust templates while empty
This commit is contained in:
parent
b6b6a956ee
commit
3c2e9b0bf0
1 changed files with 5 additions and 5 deletions
|
|
@ -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/";
|
||||||
};
|
#};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue