home: install backgrounds dir recursivelly

This is necessary so that other software
can add new backgrounds dynamically
This commit is contained in:
Leonardo Eugênio 2023-08-16 00:31:01 -03:00
parent 4019472dc1
commit 1d03ba2f4a

View file

@ -133,7 +133,12 @@
fonts.fontconfig.enable = true;
home.file = { ".local/share/backgrounds".source = ./backgrounds; };
home.file = {
".local/share/backgrounds" = {
source = ./backgrounds;
recursive = true;
};
};
home.sessionVariables = {
VOLUME_CHANGE_SOUND =
"${pkgs.sound-theme-freedesktop}/share/sounds/freedesktop/stereo/audio-volume-change.oga";