diff options
-rw-r--r-- | user/settings/zsh.nix | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index 13bd5fb2..9b48ef70 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -38,6 +38,11 @@ in fi ''; + programs.mcfly = { + enable = true; + enableLightTheme = true; + }; + programs.zsh = { enable = true; @@ -224,8 +229,6 @@ in source ${pkgs.fzf}/share/fzf/key-bindings.zsh - source ${pkgs.unstable.mcfly}/share/mcfly/mcfly.zsh - '' + builtins.readFile ../zsh/zshrc; }; |