mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
lenovo/thinkpad: #283 Use directory instead of file
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{ nixos, lib, pkgs, config, stdenv, ... }:
|
||||
{
|
||||
imports = [
|
||||
./.
|
||||
../yoga.nix
|
||||
../.
|
||||
../../yoga.nix
|
||||
];
|
||||
|
||||
services.xserver.wacom.enable = lib.mkDefault config.services.xserver.enable;
|
||||
@@ -1,7 +1,7 @@
|
||||
{ config, lib, ... }: {
|
||||
imports = [
|
||||
./.
|
||||
../yoga.nix
|
||||
../.
|
||||
../../yoga.nix
|
||||
];
|
||||
|
||||
services.xserver.wacom.enable = lib.mkDefault config.services.xserver.enable;
|
||||
Reference in New Issue
Block a user