1password options

This commit is contained in:
John Lancaster
2025-06-30 23:21:22 -05:00
parent 57d59a9dea
commit 6afd99827c
3 changed files with 45 additions and 12 deletions

View File

@@ -23,4 +23,10 @@
default = true;
description = "Whether to enable SSH configuration";
};
options._1password = lib.mkOption {
type = lib.types.bool;
default = false;
description = "Whether to enable 1 password stuff";
};
}