mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
xresources: add missing test file
This commit is contained in:
parent
600f39f966
commit
58716b7541
1 changed files with 13 additions and 0 deletions
13
tests/modules/xresources/empty.nix
Normal file
13
tests/modules/xresources/empty.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ config, lib, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
{
|
||||
config = {
|
||||
xresources.properties = { };
|
||||
|
||||
nmt.script = ''
|
||||
assertPathNotExists home-files/.Xresources
|
||||
'';
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue