mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Fixes recent qutebrowser update issues
This commit is contained in:
parent
8700cb8779
commit
4e86fb971a
|
@ -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"; })
|
||||
];
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue