From f8aea9ffb395373e757a13fdfd5d11afc043a1df Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Sun, 13 Jun 2021 20:59:08 +0300 Subject: [PATCH] Fix nix repl history --- modules/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nix.nix b/modules/nix.nix index 589e001..3fc68ca 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -24,7 +24,7 @@ requireSignedBinaryCaches = true; }; - persist.state.homeFiles = [ ".local/share/nix/repl-history" ]; + persist.state.directories = [ "/home/balsoft/.local/share/nix" ]; environment.etc.nixpkgs.source = inputs.nixpkgs; environment.etc.self.source = inputs.self;