Slock
Setup
cannot disable the out-of-memory killer for this process
slock requires root for accessing passwords and protecting itself from OOM killing. To fix this error, add slock to your system packages and setuidPrograms security.wrappers by modifying your global configuration.nix like so :
security.wrappers = { slock.source = "${pkgs.slock}/bin/slock"; };