added nixos-hardware modules specific to petalburg host

This commit is contained in:
Aly Raffauf 2024-03-03 21:51:21 -05:00
parent e629b0e656
commit 12c67ce933

View file

@ -88,6 +88,8 @@
home-manager.useUserPackages = true;
home-manager.users.aly = import ./home/aly;
}
nixos-hardware.nixosModules.common-pc-laptop-ssd
nixos-hardware.nixosModules.common-cpu-intel
];
};