feat(nixos): lenovo hardware

This commit is contained in:
2025-10-16 12:22:19 +00:00
parent 3139fd1d9f
commit abdc808693
7 changed files with 155 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
{ flake, inputs, self }: let
nixpkgs = inputs.nixpkgs-25-05;
nixpkgs = inputs.nixpkgs;
lib = nixpkgs.lib;
recursiveUpdate = nixpkgs.lib.recursiveUpdate;