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:
parent
e0adf308bf
commit
698d7865d5
1 changed files with 3 additions and 0 deletions
|
@ -220,6 +220,9 @@ in {
|
|||
|
||||
nushell.extraConfig =
|
||||
mkIf cfg.enableNushellIntegration nushellIntegration;
|
||||
|
||||
xonsh.xonshrc =
|
||||
lib.mkif cfg.enableXonshIntegration xonshIntegration;
|
||||
};
|
||||
|
||||
xdg.configFile = {
|
||||
|
|
Loading…
Add table
Reference in a new issue