mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-04 01:07:14 +08:00
thinkpad: common.nix -> default.nix + fixup after intel.nix drop
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ../common.nix ];
|
||||
imports = [ ../. ];
|
||||
|
||||
boot = {
|
||||
# wireless
|
||||
|
||||
Reference in New Issue
Block a user