about summary refs log tree commit diff stats
path: root/home-manager
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home-manager/config/zsh/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/home-manager/config/zsh/default.nix b/home-manager/config/zsh/default.nix
index 4c52b829..f9e5e4e5 100644
--- a/home-manager/config/zsh/default.nix
+++ b/home-manager/config/zsh/default.nix
@@ -2,7 +2,8 @@
   config,
   pkgs,
   lib,
-  shell-library,
+  shell_library,
+  system,
   ...
 }: {
   # TODO ADD THIS ADDON
@@ -72,7 +73,7 @@
       + builtins.readFile ./config/zsh-prompt.sh
       + builtins.readFile ./config/custom_cursor.sh
       + builtins.readFile "${pkgs.fzf}/share/fzf/key-bindings.zsh"
-      + "source ${shell-library}/lib";
+      + "source ${shell_library.rawLib.${system}}";
     shellAliases = {
       ls = "ls -a --color=auto";
       ll = ". ll";