mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: figuring out structure...
This commit is contained in:
parent
9cc9afa434
commit
573563c3d2
3 changed files with 16 additions and 4 deletions
|
|
@ -14,6 +14,11 @@ in {
|
|||
description = mdDoc "Is this system's role as a personal device?";
|
||||
default = false;
|
||||
};
|
||||
development = mkOption {
|
||||
type = bool;
|
||||
description = mdDoc "Is this system's role as a development device?";
|
||||
default = false;
|
||||
};
|
||||
laptop = mkOption {
|
||||
type = bool;
|
||||
description = mdDoc "Is this system's role as a laptop?";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue