diff --git a/user/app/browser/qutebrowser.nix b/user/app/browser/qutebrowser.nix index 49c0029a..e39fbfe9 100644 --- a/user/app/browser/qutebrowser.nix +++ b/user/app/browser/qutebrowser.nix @@ -1,6 +1,11 @@ { config, lib, pkgs, font, qute-containers, ... }: { + + nixpkgs.config.packageOverrides = pkgs: { + qutebrowser = pkgs.qutebrowser.override { enableVulkan = false; }; + }; + home.packages = [ pkgs.qutebrowser (pkgs.callPackage ./qute-containers.nix { dmenuCmd = "fuzzel -d"; }) ]; diff --git a/user/wm/hyprland/hyprland.nix b/user/wm/hyprland/hyprland.nix index ba5f2ac8..47c88c3c 100644 --- a/user/wm/hyprland/hyprland.nix +++ b/user/wm/hyprland/hyprland.nix @@ -28,6 +28,7 @@ extraConfig = '' exec-once = dbus-update-activation-environment DISPLAY XAUTHORITY WAYLAND_DISPLAY exec-once = hyprctl setcursor '' + config.gtk.cursorTheme.name + " " + builtins.toString config.gtk.cursorTheme.size + '' + exec-once = hyprprofile Personal exec-once = pypr