diff options
author | tdback <tyler@tdback.net> | 2025-01-17 19:53:42 -0500 |
---|---|---|
committer | tdback <tyler@tdback.net> | 2025-01-17 19:53:42 -0500 |
commit | 3c5451d104e90cc762be226552a7d8fa0da9f6ef (patch) | |
tree | df28a404585d36acae4f891b0f2683c4f4669f79 /hosts/loki/default.nix | |
parent | 581b132852c492f55a5cc6c657a3d24171708d2e (diff) |
feat: add hardware.nix to loki config
Diffstat (limited to 'hosts/loki/default.nix')
-rw-r--r-- | hosts/loki/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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; |