1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-31 04:04:32 +00:00

yazi: formatting

This commit is contained in:
Pasquale Di Maria 2025-03-29 17:28:23 +01:00
parent c2e26b331f
commit 7151a1e090
No known key found for this signature in database
GPG key ID: 13160FFB4CEB03F2

View file

@ -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 = {