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, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
let
|
let
|
||||||
inherit (lib)
|
inherit (lib)
|
||||||
|
@ -222,8 +221,7 @@ in {
|
||||||
nushell.extraConfig =
|
nushell.extraConfig =
|
||||||
mkIf cfg.enableNushellIntegration nushellIntegration;
|
mkIf cfg.enableNushellIntegration nushellIntegration;
|
||||||
|
|
||||||
xonsh.xonshrc =
|
xonsh.xonshrc = lib.mkIf cfg.enableXonshIntegration xonshIntegration;
|
||||||
lib.mkIf cfg.enableXonshIntegration xonshIntegration;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue