feat: Wallpaper changer and socs

This commit is contained in:
2024-08-26 22:10:44 +03:00
parent 99ce0248f3
commit 16828e7daa
9 changed files with 163 additions and 12 deletions
+8
View File
@@ -0,0 +1,8 @@
{ config, ... }: {
sops = {
defaultSopsFile = ../secrets.yaml;
age.keyFile = "/home/sweetbread/.config/sops/age/keys.txt";
secrets."tokens/apis/wallhaven" = {};
};
}