2024-12-06 12:22:03 +01:00
|
|
|
{ ... }:
|
2018-12-11 00:51:48 +01:00
|
|
|
|
|
|
|
{
|
2024-12-06 12:22:03 +01:00
|
|
|
xresources = {
|
|
|
|
properties = {
|
|
|
|
"Test*string" = "test-string";
|
|
|
|
"Test*boolean1" = true;
|
|
|
|
"Test*boolean2" = false;
|
|
|
|
"Test*int" = 10;
|
|
|
|
"Test*list" = [ "list-str" true false 10 ];
|
2018-12-11 00:51:48 +01:00
|
|
|
};
|
|
|
|
};
|
2024-12-06 12:22:03 +01:00
|
|
|
|
|
|
|
nmt.script = ''
|
|
|
|
assertFileExists home-files/.Xresources
|
|
|
|
assertFileContent home-files/.Xresources ${./xresources-expected.conf}
|
|
|
|
'';
|
2018-12-11 00:51:48 +01:00
|
|
|
}
|