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:
parent
139f8ec7ca
commit
963c2c90a4
1 changed files with 2 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue