From a58d7cec519ef4a5d8148ee8ab7d97053a1ccdb0 Mon Sep 17 00:00:00 2001 From: Mel Date: Wed, 24 Sep 2025 18:50:23 +0200 Subject: Define roles for the two 'mineral' types Signed-off-by: Mel --- modules/arm.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/arm.nix') diff --git a/modules/arm.nix b/modules/arm.nix index df8e02e..63a448f 100644 --- a/modules/arm.nix +++ b/modules/arm.nix @@ -9,6 +9,10 @@ assert lib.assertMsg ( me.system == "aarch64-linux" ) "arm module included on non-arm (${me.system}) architecture."; { + # disable things that just don't work on arm. + + programs.steam.enable = lib.mkForce false; + # non-machine specific arm package selection. # used to include replacements for necessary programs with no # default support for aarch64. (i.e. discord) -- cgit 1.4.1