From cd5a3814511d62ee7e86ef8838118f8eaf5ca635 Mon Sep 17 00:00:00 2001 From: tristan Date: Mon, 8 Jan 2024 17:10:15 +0000 Subject: [PATCH] disable ozone ): --- hardware/vm.nix | 2 +- home/programs/hyprland.nix | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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"