1
0
Fork 0
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:
Pasquale Di Maria 2025-03-29 16:47:19 +01:00
parent 3693ff7d23
commit c2e26b331f
No known key found for this signature in database
GPG key ID: 13160FFB4CEB03F2

View file

@ -41,7 +41,7 @@ in {
enableXonshIntegration = lib.mkOption {
default = true;
type = types.bool;
type = lib.types.bool;
description = ''
Whether to enable Xonsh integration.
'';