Secrets, scripts, clean..

Former-commit-id: 5e98256a82
This commit is contained in:
Hadi
2024-03-15 21:26:34 +01:00
parent 1f6075cae7
commit 202ac3ca3b
27 changed files with 141 additions and 66 deletions

View File

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