microsoft-surface: add surface-control

This commit is contained in:
Winter
2021-02-02 19:13:14 -05:00
parent d6a1231181
commit d3cd9a2229
2 changed files with 11 additions and 8 deletions

View File

@@ -1,8 +1,7 @@
{ config, lib, pkgs, ... }:
{
imports = [
./kernel
./firmware
./hardware_configuration.nix
];
{ config, lib, pkgs, ... }: {
imports = [ ./kernel ./firmware ./hardware_configuration.nix ];
environment.systemPackages = with pkgs; [ surface-control ];
users.groups.surface-control = {};
services.udev.packages = [ pkgs.surface-control ];
}