mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 08:31:03 +01:00
10 lines
151 B
Nix
10 lines
151 B
Nix
{
|
|
programs.parallel = {
|
|
enable = true;
|
|
will-cite = true;
|
|
};
|
|
|
|
nmt.script = ''
|
|
assertFileExists home-files/.parallel/will-cite
|
|
'';
|
|
}
|