From 3c5451d104e90cc762be226552a7d8fa0da9f6ef Mon Sep 17 00:00:00 2001 From: tdback Date: Fri, 17 Jan 2025 19:53:42 -0500 Subject: feat: add hardware.nix to loki config --- hosts/loki/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hosts/loki/default.nix') diff --git a/hosts/loki/default.nix b/hosts/loki/default.nix index dc461dc..5028d3c 100644 --- a/hosts/loki/default.nix +++ b/hosts/loki/default.nix @@ -2,6 +2,8 @@ { system.stateVersion = "24.11"; + imports = [ ./hardware.nix ]; + home-manager = { useGlobalPkgs = true; useUserPackages = true; -- cgit v1.2.3