diff --git a/flake.lock b/flake.lock index 107992f..eedd061 100644 --- a/flake.lock +++ b/flake.lock @@ -584,11 +584,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1730919458, - "narHash": "sha256-yMO0T0QJlmT/x4HEyvrCyigGrdYfIXX3e5gWqB64wLg=", + "lastModified": 1733481457, + "narHash": "sha256-IS3bxa4N1VMSh3/P6vhEAHQZecQ3oAlKCDvzCQSO5Is=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "e1cc1f6483393634aee94514186d21a4871e78d7", + "rev": "e563803af3526852b6b1d77107a81908c66a9fcf", "type": "github" }, "original": { diff --git a/systems/laptop/configuration.nix b/systems/laptop/configuration.nix index 11b8496..99b0c09 100644 --- a/systems/laptop/configuration.nix +++ b/systems/laptop/configuration.nix @@ -10,6 +10,7 @@ # ]; + hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.production; services.blueman.enable = true;