[NixOS] A bunch of tweaks

This commit is contained in:
2022-09-27 09:38:29 -06:00
parent 3adbe2e2e6
commit fcc1f6ce14
5 changed files with 16 additions and 10 deletions

View File

@@ -1,4 +1,5 @@
{ pkgs, config, ... }: {
home.stateVersion = "20.03";
xsession = {
enable = true;
preferStatusNotifierItems = true;
@@ -17,11 +18,16 @@
# enable = true;
# };
services.xscreensaver = {
enable = true;
};
services.gpg-agent = {
enable = true;
defaultCacheTtl = 8 * 60 * 60;
maxCacheTtl = 8 * 60 * 60;
enableSshSupport = true;
pinentryFlavor = "qt";
};
services.blueman-applet = {
@@ -55,7 +61,7 @@
services.random-background = {
enable = true;
display = "center";
display = "fill";
interval = "1h";
imageDirectory = "%h/Pictures/wallpaper/use";
};