diff --git a/modules/programs/zoxide.nix b/modules/programs/zoxide.nix index 27544cb5d..a18fa4f51 100644 --- a/modules/programs/zoxide.nix +++ b/modules/programs/zoxide.nix @@ -41,7 +41,7 @@ in { enableXonshIntegration = lib.mkOption { default = true; - type = types.bool; + type = lib.types.bool; description = '' Whether to enable Xonsh integration. '';