diff --git a/hm/common.nix b/hm/common.nix index 8958216..6cf59d9 100644 --- a/hm/common.nix +++ b/hm/common.nix @@ -138,7 +138,7 @@ in # TODO Maybe make nixpkg wrapper instead? So it also works from dmenu # Could also accept my fate... Home-manager doesn't necessarily make it easy to put things out of the home directory historySize = 100000; - historyFile = "${config.xdg.cacheHome}/shell_history"; + historyFile = "${config.xdg.stateHome}/shell_history"; in {