From ee5f89c69f60fbe2821b9fdf780146fbec73725c Mon Sep 17 00:00:00 2001 From: Mel Date: Tue, 6 Jan 2026 18:41:15 +0100 Subject: Switch Bismuth from Nvidia to AMD, move hardware modules to own directory Signed-off-by: Mel --- modules/arm.nix | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 modules/arm.nix (limited to 'modules/arm.nix') diff --git a/modules/arm.nix b/modules/arm.nix deleted file mode 100644 index 63a448f..0000000 --- a/modules/arm.nix +++ /dev/null @@ -1,23 +0,0 @@ -{ - me, - lib, - auxiliaryPkgs, - ... -}: - -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) - - environment.systemPackages = with auxiliaryPkgs; [ - equibop # discord - ]; -} -- cgit 1.4.1