Add nixos-hardware import

This commit is contained in:
Chandler Swift 2024-05-23 23:13:44 -05:00
parent 79a372de03
commit 45b51d92d0

View file

@ -6,7 +6,8 @@
{ {
imports = imports =
[ # Include the results of the hardware scan. [
<nixos-hardware/framework/13-inch/7040-amd>
./hardware-configuration.nix ./hardware-configuration.nix
]; ];