termite: remove use of package alias

This allow building with `allowAlias = false`.
This commit is contained in:
Sandro Jäckel 2021-03-21 02:53:35 +01:00 committed by Robert Helgesson
parent f30b62a74d
commit ddcd476603
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ in {
browser = mkOption {
default = null;
type = types.nullOr types.str;
example = "${pkgs.xdg_utils}/xdg-open";
example = "${pkgs.xdg-utils}/xdg-open";
description = ''
Set the default browser for opening links. If its not set, $BROWSER is read.
If that's not set, url hints will be disabled.