#pkgs.qsynth
];
+ dconf.settings = {
+ "org/gnome/desktop/interface" = {
+ color-scheme = "prefer-dark";
+ };
+ };
+
+ services.redshift.enable = false;
+
services.screen-locker = {
inactiveInterval = 10; # minutes
};
services.xsecurelock.settings = {
- XSECURELOCK_FONT = "monospace:size=20";
+ XSECURELOCK_FONT = "monospace:size=25";
+ XSECURELOCK_PASSWORD_PROMPT = "emoji";
};
programs.mpv = {
};
config = {
af = "loudnorm=I=-25:TP=-1.5:LRA=1:linear=false";
- cache-secs = "60";
+ cache-secs = "120";
fullscreen = true;
title = "MPV: \${?pause==no:playing}\${?pause==yes:paused}: \${path}";
};