This commit is contained in:
Winter 2021-03-17 15:46:55 -04:00
parent 007f1d8a07
commit bf19677a5f
1 changed files with 1 additions and 1 deletions

View File

@ -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 ];
}