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

8 lines
136 B
Nix

{...}: {
xdg.dataFile = {
"backgrounds" = {
source = ../../dotfiles/data/backgrounds;
recursive = true;
};
};
}