mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08: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:
@@ -47,7 +47,10 @@ in
|
||||
|
||||
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; };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user