minor improvements
This commit is contained in:
parent
be2326ded0
commit
1ea5aeab92
5 changed files with 5 additions and 11 deletions
|
|
@ -10,7 +10,7 @@ let
|
|||
mkOption {
|
||||
type = types.bool;
|
||||
default = of;
|
||||
description = "Enables" ++ name;
|
||||
description = "Enables " + name;
|
||||
};
|
||||
mkDesktopOption = mkSubOption config.hd.desktop.enable;
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue