From c71f30990d7db1b7dce801d9dea0822fa9ed9470 Mon Sep 17 00:00:00 2001 From: Mel Date: Sun, 13 Jul 2025 03:21:17 +0200 Subject: Patch Equibop to include more icon sizes for Gnome Signed-off-by: Mel --- modules/arm.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/arm.nix') diff --git a/modules/arm.nix b/modules/arm.nix index ac688df..df8e02e 100644 --- a/modules/arm.nix +++ b/modules/arm.nix @@ -1,7 +1,7 @@ { me, lib, - pkgs, + auxiliaryPkgs, ... }: @@ -13,7 +13,7 @@ assert lib.assertMsg ( # used to include replacements for necessary programs with no # default support for aarch64. (i.e. discord) - environment.systemPackages = with pkgs; [ + environment.systemPackages = with auxiliaryPkgs; [ equibop # discord ]; } -- cgit 1.4.1