ashell: support yaml and toml config
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
f62e9a8114
commit
650a38ebe8
11 changed files with 226 additions and 6 deletions
13
tests/modules/programs/ashell/empty-settings.nix
Normal file
13
tests/modules/programs/ashell/empty-settings.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
programs.ashell = {
|
||||
enable = true;
|
||||
settings = { };
|
||||
};
|
||||
|
||||
nmt.script = ''
|
||||
assertPathNotExists home-files/.config/ashell/config.toml
|
||||
assertPathNotExists home-files/.config/ashell.yml
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue