From 68fe79641b23c963535ad5a572a431abaada82b3 Mon Sep 17 00:00:00 2001 From: osbm Date: Thu, 24 Apr 2025 22:06:06 +0300 Subject: [PATCH] dont forget to import home manager --- modules/home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/home.nix b/modules/home.nix index 5e6047e..a498b23 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -1,8 +1,12 @@ { config, pkgs, + inputs, ... }: { + imports = [ + inputs.home-manager.nixosModules.home-manager + ]; home-manager.useGlobalPkgs = true; home-manager.useUserPackages = true; home-manager.users.osbm = import ../home/home.nix {