From eb171157ddcb9ac59898afe21adc81d53aaea7b2 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 23 Mar 2026 10:50:37 +0100 Subject: [PATCH] feat(flake): adding the hm configuration --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c6fb519..c1f1508 100644 --- a/flake.nix +++ b/flake.nix @@ -45,6 +45,7 @@ ./hosts/fix/configuration.nix home-manager.nixosModules.home-manager { + home-manager.sharedModules = [ catppuccin.homeModules.catppuccin ]; home-manager.useGlobalPkgs = true; home-manager.useUserPackages = true; home-manager.extraSpecialArgs = { @@ -53,7 +54,7 @@ nixvim = inputs.nixvim.packages."x86_64-linux".default; zen-browser = inputs.zen-browser.packages."x86_64-linux".default; }; - home-manager.users.raphael = hm-config.homeConfigurations."hm-fix"; + home-manager.users.raphael = import hm-config.outputs.homeModules.fix; } ]; specialArgs = {