2.home-manager/tests/modules/programs/jrnl/jrnl-empty-settings.nix
Austin Horstman 2ed842c9ff tests/jrnl: add tests
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-11-22 12:35:42 -06:00

9 lines
131 B
Nix

{
programs.jrnl = {
enable = true;
};
nmt.script = ''
assertPathNotExists home-files/.config/jrnl/jrnl.yaml
'';
}