1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-14 13:01:09 +01:00
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
'';
}