mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 11:36:10 +01:00
lenovo/thinkpad: #283 Use directory instead of file
This commit is contained in:
parent
c076216644
commit
f08cf2d7f7
4 changed files with 8 additions and 8 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{ nixos, lib, pkgs, config, stdenv, ... }:
|
||||
{
|
||||
imports = [
|
||||
./.
|
||||
../yoga.nix
|
||||
../.
|
||||
../../yoga.nix
|
||||
];
|
||||
|
||||
services.xserver.wacom.enable = lib.mkDefault config.services.xserver.enable;
|
||||
Loading…
Add table
Add a link
Reference in a new issue