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; [