7 lines
120 B
Nix
7 lines
120 B
Nix
|
{...}: {
|
||
|
xdg.dataFile."backgrounds" = {
|
||
|
source = ../../../dotfiles/data/backgrounds;
|
||
|
recursive = true;
|
||
|
};
|
||
|
}
|