From 07647341f530c9755d7fc1e5051c2ccd3b8ed5b7 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 8 Dec 2020 21:37:34 +0100 Subject: zsh: Install mcfly via home-manager option --- user/settings/zsh.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'user/settings/zsh.nix') 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; }; -- cgit 1.4.1