From 92418c9f814881ab4ad66f0ff865193bae67ec43 Mon Sep 17 00:00:00 2001 From: worble Date: Sat, 8 Feb 2025 12:24:03 +0000 Subject: [PATCH] change deck home manager export --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 14809e1..ef6a9c7 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ ./starlite/configuration.nix ]; }; - homeConfigurations.deck = home-manager.lib.homeManagerConfiguration { + packages.${system}.homeConfigurations.deck = home-manager.lib.homeManagerConfiguration { inherit pkgs; specialArgs = { inherit inputs; };