qutebrowser: Only enable when gui is enabled

nazuna
Simon Bruder 2022-12-21 11:20:04 +01:00
parent e2dd1633bb
commit 3f639f7e8e
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, lib, nixosConfig, pkgs, ... }:
let
inherit ((import ../common.nix).colorschemes) solarized;
@ -32,6 +32,7 @@ let
cookieExceptions = [
];
in
lib.mkIf nixosConfig.sbruder.gui.enable
{
programs.qutebrowser = {
enable = true;