{ pkgs, ... }: { config = { programs.darcs = { enable = true; author = [ "Real Person " "Real Person " ]; }; nmt.script = '' assertFileContent home-files/.darcs/author ${./author-expected.txt} ''; }; }