base: ensure cachix is installed
Alan Pearce alan@alanpearce.eu
Thu, 31 Dec 2020 21:44:28 +0100
1 files changed, 6 insertions(+), 0 deletions(-)
jump to
M system/settings/base.nix → system/settings/base.nix
@@ -6,6 +6,12 @@ ../modules/nextdns.nix ]; boot.loader.timeout = lib.mkDefault 1; + environment.systemPackages = with pkgs; [ + nix-index + cachix + zstd + ]; + programs.zsh = { histFile = "\${XDG_DATA_HOME}/zsh/history"; };