diff --git a/hosts/darwin/home/users/alistreaza.nix b/hosts/darwin/home/users/alistreaza.nix index a4f542a..10c68b9 100644 --- a/hosts/darwin/home/users/alistreaza.nix +++ b/hosts/darwin/home/users/alistreaza.nix @@ -1,4 +1,4 @@ -{ import-tree, ... }: +{ pkgs, import-tree, ... }: { home-manager.users.alistreaza = { @@ -33,7 +33,7 @@ targets.darwin.copyApps.enable = false; # Home packages - home.packages = [ ]; + home.packages = with pkgs; []; # The state version is required and should stay at the version you # originally installed.