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
|
let
|
||||||
inherit ((import ../common.nix).colorschemes) solarized;
|
inherit ((import ../common.nix).colorschemes) solarized;
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ let
|
||||||
cookieExceptions = [
|
cookieExceptions = [
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
|
lib.mkIf nixosConfig.sbruder.gui.enable
|
||||||
{
|
{
|
||||||
programs.qutebrowser = {
|
programs.qutebrowser = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue