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:
parent
c2e26b331f
commit
7151a1e090
1 changed files with 1 additions and 3 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue