diff --git a/hardware/vm.nix b/hardware/vm.nix index a0b57ac..d122f92 100644 --- a/hardware/vm.nix +++ b/hardware/vm.nix @@ -2,7 +2,7 @@ user = config.user; in { hardware.opengl.enable = true; - boot.kernelModules = ["qxl" "bochs_drm"]; + boot.kernelModules = ["kvm-amd" "qxl" "bochs_drm"]; system.stateVersion = "24.05"; diff --git a/home/programs/hyprland.nix b/home/programs/hyprland.nix index 1f2ee7c..9d1bd63 100644 --- a/home/programs/hyprland.nix +++ b/home/programs/hyprland.nix @@ -124,8 +124,6 @@ in { "XDG_SESSION_DESKTOP,Hyprland" "QT_AUTO_SCREEN_SCALE_FACTOR,1" "QT_WAYLAND_DISABLE_WINDOWDECORATION,1" - "NIXOS_OZONE_WL,1" - "WLR_NO_HARDWARE_CURSORS,1" ]; windowrule = [ "float, title:wlogout"