mirror of
https://github.com/henrysipp/omarchy-nix.git
synced 2026-06-11 12:39:26 -05:00
Update config
This commit is contained in:
+4
-5
@@ -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.";
|
||||
|
||||
Reference in New Issue
Block a user