From 1f32d7d619676a71d605f2664cd649e87ff9c453 Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Sun, 4 Aug 2024 15:49:13 +0200 Subject: [PATCH] add HM module --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 6efe432..2364600 100644 --- a/flake.nix +++ b/flake.nix @@ -23,6 +23,7 @@ modules = [ ./configuration.nix jovian.nixosModules.default + home-manager.nixosModules.home-manager ]; specialArgs = { inherit pkgs-stable;