9 lines
166 B
Nix
9 lines
166 B
Nix
{
|
|
imports = [ ./common-stubs.nix ];
|
|
|
|
systemd.user.tmpfiles.settings = { };
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.config/user-tmpfiles.d/
|
|
'';
|
|
}
|