flake/users/guanranwang/home-manager/profiles/graphical-stuff/nixos/wallpapers/default.nix

7 lines
98 B
Nix
Raw Normal View History

2023-11-14 03:22:17 +00:00
{...}: {
xdg.dataFile."backgrounds" = {
2023-11-25 09:02:50 +00:00
source = ./wallpapers;
2023-11-14 03:22:17 +00:00
recursive = true;
};
}