mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-31 04:04:32 +00:00
zoxide: fix build
This commit is contained in:
parent
3693ff7d23
commit
c2e26b331f
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ in {
|
|||
|
||||
enableXonshIntegration = lib.mkOption {
|
||||
default = true;
|
||||
type = types.bool;
|
||||
type = lib.types.bool;
|
||||
description = ''
|
||||
Whether to enable Xonsh integration.
|
||||
'';
|
||||
|
|
Loading…
Add table
Reference in a new issue