1 2 3 4 5 6
{config, ...}: { systemd.tmpfiles.rules = [ # this file is needed to trash stuff on the temp fs "d /.Trash 1777 root root" # TODO: move this to the lf config ]; }