zenix: amdgpu drivers
This commit is contained in:
parent
6b5f57c703
commit
9771065326
2 changed files with 9 additions and 1 deletions
|
|
@ -66,6 +66,14 @@
|
|||
hardware.cpu.amd.updateMicrocode = true;
|
||||
hardware.cpu.x86.msr.enable = true;
|
||||
|
||||
hardware.amdgpu = {
|
||||
opencl.enable = true;
|
||||
amdvlk = {
|
||||
enable = true;
|
||||
support32Bit.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
networking.hostName = "zenix";
|
||||
|
||||
services.openssh.enable = true;
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
input.keyboard = {
|
||||
xkb.layout = "us,gb";
|
||||
xkb.variant = "dvorak,";
|
||||
xkb.options = "caps:escape";
|
||||
xkb.options = "caps:escape,esperanto:qwerty,lv3:ralt_switch";
|
||||
};
|
||||
input.mouse = {
|
||||
accel-profile = "flat";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue