mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
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/
|
|
'';
|
|
}
|