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