mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
Improve a few description fields
This commit is contained in:
parent
6ec3026e51
commit
071e631648
6 changed files with 18 additions and 11 deletions
|
|
@ -21,15 +21,14 @@ in
|
|||
xresources.properties = mkOption {
|
||||
type = types.nullOr types.attrs;
|
||||
default = null;
|
||||
example = ''
|
||||
{
|
||||
"XTerm*faceName" = "dejavu sans mono";
|
||||
"Emacs*toolBar" = 0;
|
||||
}
|
||||
'';
|
||||
example = {
|
||||
"XTerm*faceName" = "dejavu sans mono";
|
||||
"Emacs*toolBar" = 0;
|
||||
};
|
||||
description = ''
|
||||
X server resources that should be set. If null, then this
|
||||
feature is disabled and no ~/.Xresources link is produced.
|
||||
X server resources that should be set. If <code>null</code>,
|
||||
then this feature is disabled and no
|
||||
<filename>~/.Xresources</filename> link is produced.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue