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