mirror of
https://github.com/nix-community/home-manager.git
synced 2024-12-14 11:57:55 +00:00
9 lines
117 B
Nix
9 lines
117 B
Nix
{ ... }:
|
|
|
|
{
|
|
xresources.properties = { };
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.Xresources
|
|
'';
|
|
}
|