Update config

This commit is contained in:
Henry Sipp
2025-07-04 12:55:59 -05:00
parent eed4800ffb
commit db70900337
5 changed files with 21 additions and 9 deletions
+4 -5
View File
@@ -1,10 +1,5 @@
lib: {
omarchyOptions = {
hostname = lib.mkOption {
type = lib.types.str;
default = "omarchy";
description = "Hostname for the system";
};
full_name = lib.mkOption {
type = lib.types.str;
description = "Main user's full name";
@@ -34,6 +29,10 @@ lib: {
type = lib.types.attrs;
default = {};
};
monitors = lib.mkOption {
type = lib.types.listOf lib.types.str;
default = [];
};
quick_app_bindings = lib.mkOption {
type = lib.types.listOf lib.types.str;
description = "A list of single keystroke key bindings to launch common apps.";