termite: remove use of package alias
This allow building with `allowAlias = false`.
This commit is contained in:
parent
f30b62a74d
commit
ddcd476603
|
@ -123,7 +123,7 @@ in {
|
||||||
browser = mkOption {
|
browser = mkOption {
|
||||||
default = null;
|
default = null;
|
||||||
type = types.nullOr types.str;
|
type = types.nullOr types.str;
|
||||||
example = "${pkgs.xdg_utils}/xdg-open";
|
example = "${pkgs.xdg-utils}/xdg-open";
|
||||||
description = ''
|
description = ''
|
||||||
Set the default browser for opening links. If its not set, $BROWSER is read.
|
Set the default browser for opening links. If its not set, $BROWSER is read.
|
||||||
If that's not set, url hints will be disabled.
|
If that's not set, url hints will be disabled.
|
||||||
|
|
Loading…
Reference in a new issue