This commit is contained in:
sadan 2025-01-14 18:43:10 -05:00
parent cf9b06f1f0
commit c9601f0731
No known key found for this signature in database
10 changed files with 184 additions and 79 deletions

View file

@ -5,6 +5,7 @@
config,
pkgs,
inputs,
stable,
...
}:
{
@ -27,6 +28,7 @@
];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
nix.settings.extra-platforms = config.boot.binfmt.emulatedSystems;
nix.package = stable.nix;
hardware.i2c.enable = true;
hardware.amdgpu.opencl.enable = true;
services.xserver.videoDrivers = [ "amdgpu" ];