diff --git a/hardware/zenix.nix b/hardware/zenix.nix index 599b114..8a3100d 100644 --- a/hardware/zenix.nix +++ b/hardware/zenix.nix @@ -66,14 +66,6 @@ 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 35874b2..53df4df 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,esperanto:qwerty,lv3:ralt_switch"; + xkb.options = "caps:escape"; }; input.mouse = { accel-profile = "flat"; diff --git a/nixos/workstation.nix b/nixos/workstation.nix index daf35cd..eea2baa 100644 --- a/nixos/workstation.nix +++ b/nixos/workstation.nix @@ -25,6 +25,10 @@ services.gnome.gnome-keyring.enable = true; + programs.kdeconnect.enable = true; + + virtualisation.waydroid.enable = true; + services.displayManager.cosmic-greeter.enable = true; networking.stevenblack = {