diff --git a/home/zsh/default.nix b/home/zsh/default.nix index a534f5c..c210b48 100644 --- a/home/zsh/default.nix +++ b/home/zsh/default.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... } : +{ pkgs, ... } : { programs.zsh = { @@ -31,8 +31,8 @@ ev = "nvim ~/nix/home/neovim/default.nix"; }; - history.size = 100000; - history.path = "${config.xdg.dataHome}/zsh/history"; + history.size = 1000000; + history.path = "~/.config/zsh/history"; oh-my-zsh = { enable = true;