diff options
Diffstat (limited to 'makefu/2configs/hw/tp-x200.nix')
-rw-r--r-- | makefu/2configs/hw/tp-x200.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/hw/tp-x200.nix b/makefu/2configs/hw/tp-x200.nix index ed46875d8..f17ac74a6 100644 --- a/makefu/2configs/hw/tp-x200.nix +++ b/makefu/2configs/hw/tp-x200.nix @@ -1,6 +1,6 @@ { config, lib, pkgs, ... }: -with lib; +with config.krebs.lib; { imports = [ ./tp-x2x0.nix ]; |