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 {
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue