mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-26 21:09:42 +01:00
nixfmt
This commit is contained in:
parent
007f1d8a07
commit
bf19677a5f
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
|||
imports = [ ./kernel ./firmware ./hardware_configuration.nix ];
|
||||
|
||||
environment.systemPackages = with pkgs; [ surface-control ];
|
||||
users.groups.surface-control = {};
|
||||
users.groups.surface-control = { };
|
||||
services.udev.packages = [ pkgs.surface-control ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue