correct args

This commit is contained in:
Andreas Zweili 2021-12-28 22:54:35 +01:00
parent 32336cd853
commit 9369a3ed5c
3 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
{ pkgs, inputs, system, ... }:
{ pkgs, ... }:
{
imports = [
./common

View File

@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ services, ... }:
{ ... }:
{
programs.droidcam.enable = true;
# required for USB connection

View File

@ -2,8 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, ... }:
{ ... }:
{
imports =
[