1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2024-12-14 11:57:55 +00:00
home-manager/tests/modules/xresources/empty.nix

10 lines
117 B
Nix
Raw Normal View History

2024-12-06 11:22:03 +00:00
{ ... }:
2020-06-28 09:23:34 +00:00
{
2024-12-06 11:22:03 +00:00
xresources.properties = { };
2020-06-28 09:23:34 +00:00
2024-12-06 11:22:03 +00:00
nmt.script = ''
assertPathNotExists home-files/.Xresources
'';
2020-06-28 09:23:34 +00:00
}