From 12c67ce9339e473597386f5e1cac56e9ec87408a Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 3 Mar 2024 21:51:21 -0500 Subject: [PATCH] added nixos-hardware modules specific to petalburg host --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 012d81ff..209d8793 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ]; };