Fixes recent qutebrowser update issues

This commit is contained in:
Emmet 2023-11-03 19:52:05 -05:00
parent 8700cb8779
commit 4e86fb971a
2 changed files with 6 additions and 0 deletions

View file

@ -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"; })
];

View file

@ -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