1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-14 20:56:36 +00:00
home-manager/tests/modules/programs/jrnl/empty-config.nix
phil a07fc06fb8 jrnl: add module
jrnl is a simple journal application for the command line.
2024-06-29 19:02:31 +02:00

9 lines
134 B
Nix

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