fix (options): remove unused option & fix errors in option's code

This commit is contained in:
Kirill Samoylenkov 2025-09-27 17:38:26 +05:00
parent 27de19b32d
commit d87fa01cf7
4 changed files with 4 additions and 35 deletions

View file

@ -6,7 +6,7 @@ in
options = {
host.xserver = {
enable = lib.mkOption {
types = lib.types.bool;
type = lib.types.bool;
default = true;
description = "Xserver configurations for host.";
};