feat(system): enable fingerprint reader only if lid is open
This commit is contained in:
parent
77f0ba6d03
commit
18674ac22d
3 changed files with 36 additions and 1 deletions
8
system/laptop.nix
Normal file
8
system/laptop.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
_:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./desktop.nix
|
||||
./lid.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue