This commit is contained in:
Hadi
2024-03-13 19:26:10 +01:00
parent 7632c0fd10
commit a189d592ed
12 changed files with 71 additions and 111 deletions

View File

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