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

View File

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