trivionomicon: thinkpad: move thinkpad config into laptop module
This commit is contained in:
parent
c54f9c4207
commit
acada9b054
6 changed files with 49 additions and 41 deletions
10
trivionomicon/modules/laptop/options.nix
Normal file
10
trivionomicon/modules/laptop/options.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{lib, ...}:
|
||||
with lib.types; {
|
||||
sys = {
|
||||
thinkpad = lib.mkOption {
|
||||
type = boolean;
|
||||
default = false;
|
||||
description = "set to true if your laptop is a thinkpad";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue