diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-03-16 02:00:43 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-03-16 02:00:43 +0300 |
commit | 4ec1c2d2908db7405867fb7a9f379a0e04b9fafe (patch) | |
tree | 9cffe3213d9510e810815c4f57db7274dfeca899 /modules/common/profiles/headful.nix | |
parent | 2023-03-11 (diff) |
2023-03-16
Diffstat (limited to '')
-rw-r--r-- | modules/common/profiles/headful.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/common/profiles/headful.nix b/modules/common/profiles/headful.nix index 1c1f43b..809605c 100644 --- a/modules/common/profiles/headful.nix +++ b/modules/common/profiles/headful.nix @@ -33,10 +33,13 @@ in { packages = with pkgs; [ fd + logcli ripgrep ripgrep-all sd ]; + + sessionVariables.LOKI_ADDR = "https://loki.${config.networking.domain}"; }; accounts.email = { |