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
2024-12-06 12:22:03 +01:00

9 lines
117 B
Nix

{ ... }:
{
xresources.properties = { };
nmt.script = ''
assertPathNotExists home-files/.Xresources
'';
}