diff --git a/configs/desktop.nix b/configs/desktop.nix index 5d0038f..e0baed2 100644 --- a/configs/desktop.nix +++ b/configs/desktop.nix @@ -1,5 +1,4 @@ { - self, lib, pkgs, config, @@ -42,6 +41,7 @@ systemPackages = with pkgs; [sbctl]; sessionVariables = { NIXOS_OZONE_WL = "1"; + QT_QPA_PLATFORM = "wayland"; }; }; @@ -89,8 +89,6 @@ shotcut vscode - self.packages.${system}.enigma - (vesktop.override {withSystemVencord = false;}) ]; };