summary refs log tree commit diff stats
path: root/user/settings/zsh.nix
diff options
context:
space:
mode:
authorAlan Pearce2020-12-08 21:37:34 +0100
committerAlan Pearce2020-12-08 21:37:34 +0100
commit07647341f530c9755d7fc1e5051c2ccd3b8ed5b7 (patch)
treeb6ef2b8a8f7e9fee9b5ed882cb19b767c281b220 /user/settings/zsh.nix
parente81c4c78f9491816408a7fc91bc2b90826825863 (diff)
downloadnixfiles-07647341f530c9755d7fc1e5051c2ccd3b8ed5b7.tar.lz
nixfiles-07647341f530c9755d7fc1e5051c2ccd3b8ed5b7.tar.zst
nixfiles-07647341f530c9755d7fc1e5051c2ccd3b8ed5b7.zip
zsh: Install mcfly via home-manager option
Diffstat (limited to 'user/settings/zsh.nix')
-rw-r--r--user/settings/zsh.nix7
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;
   };