From 5644a7d9349dc8aa0dc8c123fa5105d9ff235eb0 Mon Sep 17 00:00:00 2001 From: Amir Saeid Date: Sun, 8 Mar 2026 21:13:02 +0000 Subject: Add coursier's bin directory to path on gheshki --- hosts/gheshki/home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/gheshki/home.nix b/hosts/gheshki/home.nix index cb5e76d..0483e4f 100644 --- a/hosts/gheshki/home.nix +++ b/hosts/gheshki/home.nix @@ -12,5 +12,9 @@ ../../modules/base.nix ]; + home.sessionPath = [ + "${userOptions.userHome}/.local/share/coursier/bin" + ]; + programs.alacritty.settings.font.size = lib.mkForce 8; } -- cgit v1.2.3