mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-09 12:06:04 +01:00
eza: default disable nushell integration again
Reverting default behavior for this module again since the nushell integration causes a breaking behavior with the `ls` alias.
This commit is contained in:
parent
2a264c17d5
commit
edaeeda264
1 changed files with 4 additions and 1 deletions
|
|
@ -47,7 +47,10 @@ in
|
||||||
|
|
||||||
enableIonIntegration = lib.hm.shell.mkIonIntegrationOption { inherit config; };
|
enableIonIntegration = lib.hm.shell.mkIonIntegrationOption { inherit config; };
|
||||||
|
|
||||||
enableNushellIntegration = lib.hm.shell.mkNushellIntegrationOption { inherit config; };
|
enableNushellIntegration = lib.hm.shell.mkNushellIntegrationOption { inherit config; } // {
|
||||||
|
default = false;
|
||||||
|
example = true;
|
||||||
|
};
|
||||||
|
|
||||||
enableZshIntegration = lib.hm.shell.mkZshIntegrationOption { inherit config; };
|
enableZshIntegration = lib.hm.shell.mkZshIntegrationOption { inherit config; };
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue