mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-05 11:02:32 -05:00
Fixed Typos
This commit is contained in:
parent
517dd12828
commit
f6cd2a6b68
3 changed files with 8 additions and 5 deletions
|
|
@ -13,9 +13,11 @@
|
|||
type = lib.types.str;
|
||||
description = "Puny Hooman readable name of the user";
|
||||
};
|
||||
gui = lib.mkEnableOption {
|
||||
description = "Enable graphics.";
|
||||
default = false;
|
||||
gui = {
|
||||
enable = lib.mkEnableOption {
|
||||
description = "Enable graphics.";
|
||||
default = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
config =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue