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
+6
View File
@@ -0,0 +1,6 @@
{ pkgs, ...}: {
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
}