summaryrefslogtreecommitdiff
path: root/hosts/gheshki
diff options
context:
space:
mode:
authorAmir Saeid <amir@glgdgt.com>2026-03-08 21:13:02 +0000
committerAmir Saeid <amir@glgdgt.com>2026-03-08 21:13:02 +0000
commit5644a7d9349dc8aa0dc8c123fa5105d9ff235eb0 (patch)
treec428e7914733933bf82bc0ce7881ed7d4864c57a /hosts/gheshki
parent257d3de79a731e11bba9ef810f0237c7988ad851 (diff)
Add coursier's bin directory to path on gheshki
Diffstat (limited to 'hosts/gheshki')
-rw-r--r--hosts/gheshki/home.nix4
1 files changed, 4 insertions, 0 deletions
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;
}