mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
9 lines
128 B
Nix
9 lines
128 B
Nix
|
{ pkgs, ... }:
|
||
|
|
||
|
{
|
||
|
nmt.script = ''
|
||
|
userConf=home-files/.config/systemd/user.conf
|
||
|
assertPathNotExists $userConf
|
||
|
'';
|
||
|
}
|