mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-21 01:34:34 +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, ... }:
|
{ config, lib, pkgs, font, qute-containers, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
nixpkgs.config.packageOverrides = pkgs: {
|
||||||
|
qutebrowser = pkgs.qutebrowser.override { enableVulkan = false; };
|
||||||
|
};
|
||||||
|
|
||||||
home.packages = [ pkgs.qutebrowser
|
home.packages = [ pkgs.qutebrowser
|
||||||
(pkgs.callPackage ./qute-containers.nix { dmenuCmd = "fuzzel -d"; })
|
(pkgs.callPackage ./qute-containers.nix { dmenuCmd = "fuzzel -d"; })
|
||||||
];
|
];
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
exec-once = dbus-update-activation-environment DISPLAY XAUTHORITY WAYLAND_DISPLAY
|
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 = hyprctl setcursor '' + config.gtk.cursorTheme.name + " " + builtins.toString config.gtk.cursorTheme.size + ''
|
||||||
|
|
||||||
exec-once = hyprprofile Personal
|
exec-once = hyprprofile Personal
|
||||||
|
|
||||||
exec-once = pypr
|
exec-once = pypr
|
||||||
|
|
Loading…
Reference in a new issue