lenovo/thinkpad: #283 Use directory instead of file

This commit is contained in:
Your Name
2021-07-01 14:03:59 +02:00
parent c076216644
commit f08cf2d7f7
4 changed files with 8 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
{ nixos, lib, pkgs, config, stdenv, ... }:
{
imports = [
./.
../yoga.nix
../.
../../yoga.nix
];
services.xserver.wacom.enable = lib.mkDefault config.services.xserver.enable;

View File

@@ -1,7 +1,7 @@
{ config, lib, ... }: {
imports = [
./.
../yoga.nix
../.
../../yoga.nix
];
services.xserver.wacom.enable = lib.mkDefault config.services.xserver.enable;