diff --git a/modules/programs/yazi.nix b/modules/programs/yazi.nix index 4ed6fc981..b8259597f 100644 --- a/modules/programs/yazi.nix +++ b/modules/programs/yazi.nix @@ -1,4 +1,3 @@ - { config, lib, pkgs, ... }: let inherit (lib) @@ -222,8 +221,7 @@ in { nushell.extraConfig = mkIf cfg.enableNushellIntegration nushellIntegration; - xonsh.xonshrc = - lib.mkIf cfg.enableXonshIntegration xonshIntegration; + xonsh.xonshrc = lib.mkIf cfg.enableXonshIntegration xonshIntegration; }; xdg.configFile = {