eww: added tests
This commit is contained in:
parent
f8729b11ee
commit
1f6fa87808
5 changed files with 79 additions and 0 deletions
15
tests/modules/programs/eww/basic-config.nix
Normal file
15
tests/modules/programs/eww/basic-config.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{ ... }: {
|
||||
config = {
|
||||
programs.eww = {
|
||||
enable = true;
|
||||
configDir = ./config-dir;
|
||||
};
|
||||
|
||||
nmt.script = ''
|
||||
yuckDir=home-files/.config/eww
|
||||
|
||||
assertFileExists $yuckDir/eww.yuck
|
||||
assertFileExists $yuckDir/eww.scss
|
||||
'';
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue