1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 11:03:33 +02:00
This commit is contained in:
Winter 2021-03-17 15:46:55 -04:00
parent 007f1d8a07
commit bf19677a5f

View File

@ -2,6 +2,6 @@
imports = [ ./kernel ./firmware ./hardware_configuration.nix ]; imports = [ ./kernel ./firmware ./hardware_configuration.nix ];
environment.systemPackages = with pkgs; [ surface-control ]; environment.systemPackages = with pkgs; [ surface-control ];
users.groups.surface-control = {}; users.groups.surface-control = { };
services.udev.packages = [ pkgs.surface-control ]; services.udev.packages = [ pkgs.surface-control ];
} }