Files
home-manager/tests/modules/programs/workstyle/empty-configuration.nix
Michael Farber Brodsky 90e53291cb workstyle: add module
2026-01-09 10:17:21 -05:00

12 lines
173 B
Nix

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