Add wallpapers

Former-commit-id: 7632c0fd10
This commit is contained in:
Hadi
2024-03-13 18:09:30 +01:00
parent a17cf20b6d
commit c5e82fed04
12 changed files with 75 additions and 59 deletions

View File

@@ -0,0 +1,6 @@
{ config, ... }: {
xdg.configFile."wallpaper" = {
recursive = true;
source = ./wallpaper;
};
}