diff options
Diffstat (limited to 'linux.nix')
-rw-r--r-- | linux.nix | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -343,6 +343,13 @@ in }; }; + random-background = { + enable = true; + enableXinerama = true; + imageDirectory = "%h/wallpaper"; + interval = "5m"; + }; + gpg-agent = { enable = true; enableScDaemon = true; |