From 3603c9034911726a3f6aa407c6ef57c3ad41565c Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Fri, 12 Jan 2024 00:08:07 +0100 Subject: [PATCH] Should import home manager here --- nixos/hosts/wheatley/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index 1f9bf4b..3ed5595 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -10,6 +10,8 @@ ... }: { imports = [ + inputs.home-manager.nixosModules.home-manager + ./hardware-configuration.nix ../../shared/locale/configuration.nix ];