added ghostty module

This commit is contained in:
John Lancaster
2025-07-04 00:57:44 -05:00
parent 874993c18c
commit 36e3d42ab7
4 changed files with 55 additions and 0 deletions

View File

@@ -59,4 +59,10 @@
default = false;
description = "Whether to enable docker stuff";
};
options.graphical = lib.mkOption {
type = lib.types.bool;
default = false;
description = "Whether this system has a graphical environment";
};
}