Secrets, scripts, clean..

Former-commit-id: 5e98256a82
This commit is contained in:
Hadi
2024-03-15 21:26:34 +01:00
parent f3dcd108db
commit c6c053585c
23 changed files with 141 additions and 66 deletions
+6
View File
@@ -0,0 +1,6 @@
{ config, ... }: {
xdg.configFile."wallpapers" = {
recursive = true;
source = ./wallpapers;
};
}