mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Fixes recent qutebrowser update issues
This commit is contained in:
parent
8700cb8779
commit
4e86fb971a
2 changed files with 6 additions and 0 deletions
|
@ -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"; })
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue