summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}