mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-26 22:18:20 -04:00
things
This commit is contained in:
parent
cf9b06f1f0
commit
c9601f0731
10 changed files with 184 additions and 79 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue