flake/users/guanranwang/home-manager/modules/wm/components/wallpaper.nix
2023-11-15 20:55:27 +08:00

6 lines
120 B
Nix

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