diff options
| author | Mel <mel@rnrd.eu> | 2026-01-06 18:41:15 +0100 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-01-06 18:41:15 +0100 |
| commit | ee5f89c69f60fbe2821b9fdf780146fbec73725c (patch) | |
| tree | f8079c0b1b972ddaed92937d89a3b95f65c8698d /modules/arm.nix | |
| parent | 1c0969c93bbc18d4327bc213fa82df659e6bd61c (diff) | |
| download | minerals-ee5f89c69f60fbe2821b9fdf780146fbec73725c.tar.zst minerals-ee5f89c69f60fbe2821b9fdf780146fbec73725c.zip | |
Switch Bismuth from Nvidia to AMD, move hardware modules to own directory
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules/arm.nix')
| -rw-r--r-- | modules/arm.nix | 23 |
1 files changed, 0 insertions, 23 deletions
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 - ]; -} |
