mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +08:00
12 lines
173 B
Nix
12 lines
173 B
Nix
{
|
|
config = {
|
|
programs.workstyle = {
|
|
enable = true;
|
|
};
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.config/workstyle/config.toml
|
|
'';
|
|
};
|
|
}
|