aboutsummaryrefslogtreecommitdiff
path: root/hosts/loki/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/loki/default.nix')
-rw-r--r--hosts/loki/default.nix2
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;