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

yazi: fix xonsH

This commit is contained in:
paki23 2025-03-25 21:36:21 +01:00
parent 139f8ec7ca
commit 963c2c90a4
No known key found for this signature in database
GPG key ID: 13160FFB4CEB03F2

View file

@ -1,3 +1,4 @@
{ config, lib, pkgs, ... }:
let
inherit (lib)
@ -222,7 +223,7 @@ in {
mkIf cfg.enableNushellIntegration nushellIntegration;
xonsh.xonshrc =
lib.mkif cfg.enableXonshIntegration xonshIntegration;
lib.mkIf cfg.enableXonshIntegration xonshIntegration;
};
xdg.configFile = {