From dfba62e2a814948f0bc5a41496e4e718fa48fe79 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Wed, 28 Jul 2021 10:29:32 +1000 Subject: [PATCH] bat: set bat theme --- profiles/host_common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/host_common.nix b/profiles/host_common.nix index 1f50988..ced9b66 100644 --- a/profiles/host_common.nix +++ b/profiles/host_common.nix @@ -79,6 +79,10 @@ ''; environment.etc.host-nix-channel.source = pkgs.path; + environment.variables = { + BAT_THEME="Dracula"; + }; + # Set the system-wide environment environment = { systemPackages = with pkgs; [