qutebrowser: Only enable when gui is enabled
This commit is contained in:
parent
e2dd1633bb
commit
3f639f7e8e
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue