diff options
-rw-r--r-- | user/settings/zsh.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index d7c8c0d4..f3164a7c 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -263,6 +263,9 @@ in source ${pkgs.fzf}/share/fzf/key-bindings.zsh + export MCFLY_LIGHT="TRUE" + source ${pkgs.unstable.mcfly}/share/mcfly/mcfly.zsh + '' + builtins.readFile ../zsh/zshrc; }; |