From 76ea6a4c195ab651853d077cedeec99bf3c00614 Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Thu, 25 Jul 2024 15:01:11 -0700 Subject: [PATCH] nix-darwin fix --- nix-darwin/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-darwin/home.nix b/nix-darwin/home.nix index a4df2e4..0552d29 100644 --- a/nix-darwin/home.nix +++ b/nix-darwin/home.nix @@ -17,7 +17,7 @@ # The home.packages option allows you to install Nix packages into your # environment. - home.packages = [ + home.packages = with pkgs; [ # # Adds the 'hello' command to your environment. It prints a friendly # # "Hello, world!" when run. # pkgs.hello