mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 11:36:10 +01:00
thinkpad: common.nix -> default.nix + fixup after intel.nix drop
This commit is contained in:
parent
0c17d72838
commit
67cd7af6be
6 changed files with 9 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ../common.nix ];
|
||||
imports = [ ../. ];
|
||||
|
||||
boot = {
|
||||
# wireless
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue