From 34ace803240c274a33130325f00ffbd2acc9f17f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 31 Dec 2020 21:44:28 +0100 Subject: base: ensure cachix is installed --- system/settings/base.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'system/settings') diff --git a/system/settings/base.nix b/system/settings/base.nix index d103639c..6b5fef19 100644 --- a/system/settings/base.nix +++ b/system/settings/base.nix @@ -6,6 +6,12 @@ ]; boot.loader.timeout = lib.mkDefault 1; + environment.systemPackages = with pkgs; [ + nix-index + cachix + zstd + ]; + programs.zsh = { histFile = "\${XDG_DATA_HOME}/zsh/history"; }; -- cgit 1.4.1