From e6a63393c8ec23a5462d86e377cac5ad02fb7a3a Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Thu, 17 Sep 2026 17:31:21 +0100 Subject: Use system coreutils for corporate account lookups --- nix/host.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nix/host.nix') diff --git a/nix/host.nix b/nix/host.nix index b3d9d60..1ad857b 100644 --- a/nix/host.nix +++ b/nix/host.nix @@ -54,6 +54,8 @@ in home.sessionVariables.NVIM_TREESITTER_CC = "${pkgs.stdenv.cc}/bin/cc"; home.packages = with pkgs; [ + uutils-coreutils-noprefix + # ── Thunderbird helpers ─────────────────────────────────────────────────── external-editor-revived -- cgit v1.3.1