1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 08:31:03 +01:00
home-manager/tests/modules/programs/parallel/example-config.nix
2025-12-02 01:44:57 +01:00

10 lines
151 B
Nix

{
programs.parallel = {
enable = true;
will-cite = true;
};
nmt.script = ''
assertFileExists home-files/.parallel/will-cite
'';
}