diff --git a/hardware/zenix.nix b/hardware/zenix.nix index 8a3100d..599b114 100644 --- a/hardware/zenix.nix +++ b/hardware/zenix.nix @@ -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; diff --git a/home/desktop/niri/default.nix b/home/desktop/niri/default.nix index 53df4df..35874b2 100644 --- a/home/desktop/niri/default.nix +++ b/home/desktop/niri/default.nix @@ -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";