mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
15 lines
236 B
Nix
15 lines
236 B
Nix
_:
|
|
{
|
|
config = {
|
|
hardware = {
|
|
amdgpu = {
|
|
opencl.enable = true;
|
|
initrd.enable = true;
|
|
# amdvlk = {
|
|
# enable = true;
|
|
# support32Bit.enable = true;
|
|
# };
|
|
};
|
|
};
|
|
};
|
|
}
|