From e75799dbde1457acfd23e71b484cd6402a8d4049 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Wed, 7 Jun 2023 19:56:37 -0500 Subject: [PATCH] Add gimp, pciutils, and linux for Homebrew --- home/home.nix | 1 + modules-all/default.nix | 1 + overlays/homebrew.nix | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index 2bbce41..76d05a6 100644 --- a/home/home.nix +++ b/home/home.nix @@ -43,6 +43,7 @@ brew diffutils findutils + gimp git gnupatch gregpy diff --git a/modules-all/default.nix b/modules-all/default.nix index 7e64ddd..f01048e 100644 --- a/modules-all/default.nix +++ b/modules-all/default.nix @@ -55,6 +55,7 @@ htop killall nano + pciutils pwgen transcrypt unzip diff --git a/overlays/homebrew.nix b/overlays/homebrew.nix index 6d8e1f4..932a9d8 100644 --- a/overlays/homebrew.nix +++ b/overlays/homebrew.nix @@ -37,7 +37,7 @@ stdenv.mkDerivation rec { description = "Runs the homebrew installer"; homepage = "https://github.com/Homebrew/"; license = licenses.bsd2; - platforms = [ "aarch64-darwin" "x86_64-darwin" ]; + platforms = [ "aarch64-darwin" "x86_64-darwin" "x86_64-linux" "aarch64-linux" ]; maintainers = [ maintainers.greg ]; }; }