lib: move lib extensions into its own module argument

This commit is contained in:
2022-11-19 16:14:18 +01:00
parent 9bc5d2e85d
commit b3aa6cad81
13 changed files with 70 additions and 83 deletions

View File

@@ -1,6 +1,5 @@
{ pkgs, config, ... }:
{ lib, config, ... }:
let
inherit (pkgs) lib;
inherit (lib) types mkEnableOption mkOption mkIf;
cfg = config.machineVars;
in {