summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorBrian Picciano <me@mediocregopher.com>2024-02-28 15:10:56 +0100
committerBrian Picciano <me@mediocregopher.com>2024-02-28 15:10:56 +0100
commit4d3c6a9684a05cf371e2f5b0e2f846d52e6c8101 (patch)
tree59002a3ff6f17358d7124b55efd16db83601f613 /zsh
parent09c61a34589980a33ae8f9c87b6f11388b3e0466 (diff)
Use system-installed nix directly
Diffstat (limited to 'zsh')
-rw-r--r--zsh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/default.nix b/zsh/default.nix
index 4015ce6..14c0db1 100644
--- a/zsh/default.nix
+++ b/zsh/default.nix
@@ -8,7 +8,7 @@
zshrc = pkgs.writeTextDir ".zshrc" ''
# Import before anything else, so that we have the full PATH available for
# everything following
- . ${pkgs.nix}/etc/profile.d/nix.sh
+ . /etc/profile.d/nix-daemon.sh
# oh-my-zsh
export ZSH=${pkgs.oh-my-zsh}/share/oh-my-zsh