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

yazi: readd xonsh

This commit is contained in:
paki23 2025-03-25 21:28:36 +01:00
parent e0adf308bf
commit 698d7865d5
No known key found for this signature in database
GPG key ID: 13160FFB4CEB03F2

View file

@ -220,6 +220,9 @@ in {
nushell.extraConfig =
mkIf cfg.enableNushellIntegration nushellIntegration;
xonsh.xonshrc =
lib.mkif cfg.enableXonshIntegration xonshIntegration;
};
xdg.configFile = {