chore: update lock file

This commit is contained in:
Artur Manuel 2024-10-29 15:37:11 +00:00
commit 0226353025
17 changed files with 425 additions and 86 deletions

View file

@ -12,9 +12,7 @@ in {
config = lib.mkIf cfg.enable {
environment.systemPackages = [
(pkgs.qutebrowser-qt5.override {
enableVulkan = true;
})
pkgs.qutebrowser
];
};
}