From d2e340534246eab7ce5f29d73cf93c79684d8f42 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sat, 21 Mar 2026 15:39:07 +0100 Subject: [PATCH] Home/Darwinix: Set environment variables --- home/christoph/darwinix/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/home/christoph/darwinix/default.nix b/home/christoph/darwinix/default.nix index db60d50d..a19f0b2b 100644 --- a/home/christoph/darwinix/default.nix +++ b/home/christoph/darwinix/default.nix @@ -55,6 +55,13 @@ homeDirectory = "/Users/${config.home.username}"; enableNixpkgsReleaseCheck = true; + sessionVariables = { + LANG = "en_US.UTF-8"; + EDITOR = "nvim"; + MANPAGER = "nvim +Man!"; + TERMINAL = "kitty"; + }; + packages = with pkgs; [ (ripgrep.override {withPCRE2 = true;}) gdu