feat(nixos): lenovo hardware

This commit is contained in:
2025-10-16 12:22:19 +00:00
parent 5d85a6ddd3
commit 908bc96aeb
7 changed files with 155 additions and 25 deletions
+1 -1
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;