summary refs log tree commit diff
path: root/modules/arm.nix
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-07-13 03:21:17 +0200
committerMel <mel@rnrd.eu>2025-07-13 03:22:15 +0200
commitc71f30990d7db1b7dce801d9dea0822fa9ed9470 (patch)
tree6e5e62f2f70df0dc010d3ca9c202ffd95cae7025 /modules/arm.nix
parentf999d4d67a7440d1281b9a1fc69458eab5d2761f (diff)
downloadminerals-c71f30990d7db1b7dce801d9dea0822fa9ed9470.tar.zst
minerals-c71f30990d7db1b7dce801d9dea0822fa9ed9470.zip
Patch Equibop to include more icon sizes for Gnome
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules/arm.nix')
-rw-r--r--modules/arm.nix4
1 files changed, 2 insertions, 2 deletions
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
   ];
 }