home: install backgrounds dir recursivelly
This is necessary so that other software can add new backgrounds dynamically
This commit is contained in:
parent
4019472dc1
commit
1d03ba2f4a
|
@ -133,7 +133,12 @@
|
||||||
|
|
||||||
fonts.fontconfig.enable = true;
|
fonts.fontconfig.enable = true;
|
||||||
|
|
||||||
home.file = { ".local/share/backgrounds".source = ./backgrounds; };
|
home.file = {
|
||||||
|
".local/share/backgrounds" = {
|
||||||
|
source = ./backgrounds;
|
||||||
|
recursive = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
VOLUME_CHANGE_SOUND =
|
VOLUME_CHANGE_SOUND =
|
||||||
"${pkgs.sound-theme-freedesktop}/share/sounds/freedesktop/stereo/audio-volume-change.oga";
|
"${pkgs.sound-theme-freedesktop}/share/sounds/freedesktop/stereo/audio-volume-change.oga";
|
||||||
|
|
Loading…
Reference in a new issue