From 93766bcee529a6a0c7698fcc15191df0866898fd Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Mon, 8 Jul 2024 07:52:40 +0000 Subject: [PATCH] making home packages declaration cleaner --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 6392eed..b44d741 100644 --- a/flake.nix +++ b/flake.nix @@ -29,9 +29,6 @@ outputs = { self, nixpkgs, ... }@inputs: - let - hmpkgs = nixpkgs.legacyPackages."x86_64-linux"; - in { nixosConfigurations = let @@ -74,6 +71,7 @@ } ]; homeConfigurations."zynh" = inputs.home-manager.lib.homeManagerConfiguration { + pkgs = nixpkgs.legacyPackages."x86_64-linux"; extraSpecialArgs = { inherit inputs; }; modules = [