mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-04 09:17:14 +08:00
Extract "surface-control" management into new option-enabled module
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user