summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-09-17 22:24:10 -0400
committerFreya Murphy <freya@freyacat.org>2025-09-17 22:24:10 -0400
commit7f5f09f412d9c9e29039f7079eadcb5f2fef6b3b (patch)
treee7f86ccaa9b164ec740e54f66eca392081ac5d3d /home
parentrefactor: remove modules folder, fully split home and system modules (diff)
downloaddotfiles-nix-7f5f09f412d9c9e29039f7079eadcb5f2fef6b3b.tar.gz
dotfiles-nix-7f5f09f412d9c9e29039f7079eadcb5f2fef6b3b.tar.bz2
dotfiles-nix-7f5f09f412d9c9e29039f7079eadcb5f2fef6b3b.zip
home: fix zsh conf
Diffstat (limited to 'home')
-rw-r--r--home/zsh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/zsh/default.nix b/home/zsh/default.nix
index 2df01ef..6af8cf1 100644
--- a/home/zsh/default.nix
+++ b/home/zsh/default.nix
@@ -13,7 +13,7 @@
syntaxHighlighting.enable = true;
history.size = 10000;
profileExtra = lib.fileContents ./zprofile;
- envExtra = lib.fileContents ./zshrc;
+ initContent = lib.fileContents ./zshrc;
};
programs.zoxide = {