mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-12-19 15:31:17 +01:00
Extract "surface-control" management into new option-enabled module
This commit is contained in:
parent
0ce988ea8a
commit
f0835cb45c
3 changed files with 27 additions and 8 deletions
|
|
@ -17,13 +17,6 @@ in {
|
|||
options iwldvm force_cam=N
|
||||
'';
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.surface-control
|
||||
];
|
||||
users.groups.surface-control = { };
|
||||
services.udev.packages = [
|
||||
pkgs.surface-control
|
||||
];
|
||||
|
||||
microsoft-surface.surface-control.enable = true;
|
||||
microsoft-surface.ipts.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue