1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-27 01:44:41 +03:00

modules: misc minor refactor

This commit is contained in:
Samuel Dionne-Riel 2019-09-21 13:58:59 -04:00
parent a04255b4eb
commit f846f343f3

View File

@ -1,8 +1,7 @@
{ config, lib, pkgs, ... }:
with lib;
let
inherit (lib) mkOption types;
cfg = config.mobile.hardware;
in
{