flake/users/guanranwang/home-manager/resources/wm/components/wallpaper.nix

9 lines
136 B
Nix
Raw Normal View History

2023-11-09 17:14:03 +00:00
{...}: {
xdg.dataFile = {
"backgrounds" = {
source = ../../dotfiles/data/backgrounds;
recursive = true;
};
};
}