1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00
home-manager/tests/modules/programs/ashell/empty-settings.nix
2025-10-26 15:43:53 -05:00

11 lines
211 B
Nix

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