added ghostty module
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user