This commit is contained in:
sadan 2024-10-02 23:37:49 -04:00
parent 5a8735684d
commit 0f89ab4db6
No known key found for this signature in database
4 changed files with 37 additions and 28 deletions

View file

@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page, on
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
{ pkgs, ... }:
{ config, pkgs, ... }:
{
imports =
[
@ -18,7 +18,8 @@
# USERS
../../common/users/meyer
];
# boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
nix.settings.extra-platforms = config.boot.binfmt.emulatedSystems;
hardware.i2c.enable = true;
hardware.amdgpu.opencl.enable = true;
services.xserver.videoDrivers = [ "amdgpu" ];