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