From 31cb03e296722442b024ad1e023ad6e74955d6c0 Mon Sep 17 00:00:00 2001 From: Laurent Gueret Date: Tue, 28 Jul 2026 13:37:14 +0200 Subject: [PATCH] Update alistreaza.nix --- hosts/darwin/home/users/alistreaza.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.