mirror of
https://github.com/nix-community/home-manager
synced 2024-11-26 21:19:45 +01:00
termite: remove use of package alias
This allow building with `allowAlias = false`.
This commit is contained in:
parent
f30b62a74d
commit
ddcd476603
1 changed files with 1 additions and 1 deletions
|
@ -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