From 7151a1e09058b0081a297a2de6d6a4f150dcba98 Mon Sep 17 00:00:00 2001
From: Pasquale Di Maria
Date: Sat, 29 Mar 2025 17:28:23 +0100
Subject: [PATCH] yazi: formatting
---
modules/programs/yazi.nix | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
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 = {