Fixed Typos

This commit is contained in:
Annika Merris 2024-05-18 18:11:13 -04:00
parent 517dd12828
commit f6cd2a6b68
3 changed files with 8 additions and 5 deletions

View file

@ -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 =