nixfmt
This commit is contained in:
parent
007f1d8a07
commit
bf19677a5f
|
@ -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