wezterm fixes

This commit is contained in:
cnst
2024-07-26 18:53:50 +02:00
parent 29da8ca94a
commit b614f69039
9 changed files with 241 additions and 177 deletions

View File

@@ -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;