fix: missing pkgs argument in module

This commit is contained in:
Guz
2025-08-30 13:58:02 -03:00
parent 6626978842
commit ca86d94c64

View File

@@ -1,4 +1,8 @@
{lib, ...}: {
{
lib,
pkgs,
...
}: {
imports = [
./hardware-configuration.nix
./gpu-configuration.nix