t14_legacy_config/home/systemd/default.nix
2022-08-25 22:56:55 -06:00

8 lines
112 B
Nix

{ lib, pkgs, ... } :
with lib;
{
systemd.user.tmpfiles.rules = [
"d %t/tmp 0700 fabian fabian 24h"
];
}