wezterm fixes
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
@@ -18,7 +17,7 @@
|
||||
programs.yazi = {
|
||||
enable = true;
|
||||
|
||||
package = inputs.yazi.packages.${pkgs.system}.default;
|
||||
package = pkgs.yazi;
|
||||
|
||||
enableBashIntegration = config.programs.bash.enable;
|
||||
enableZshIntegration = config.programs.zsh.enable;
|
||||
|
||||
Reference in New Issue
Block a user