diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 9fb6eab..11a565f 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -3,10 +3,10 @@ pkgs, ... }: { - environment.systemPackages = [ - pkgs.home-manager - pkgs.neovim - pkgs.pinentry_mac + environment.systemPackages = with pkgs; [ + home-manager + neovim + pinentry_mac ]; nixpkgs.config.allowUnfree = true;