From 007a4e52425ac80183f36fae9b453eec48ca785a Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Wed, 6 Dec 2023 12:16:14 +0100 Subject: [PATCH] . --- home.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/home.nix b/home.nix index aed74fd..fb0df7c 100644 --- a/home.nix +++ b/home.nix @@ -96,12 +96,15 @@ args@{ config, pkgs, hyprland, split-monitor-workspaces, flatpaks, ... }: home.stateVersion = "23.11"; programs.home-manager.enable = true; - home.sessionPath = [ "${config.home.homeDirectory}/.config/emacs/bin" ]; + home.sessionPath = [ "${config.home.homeDirectory}/.config/emacs/bin" "${config.home.homeDirectory}/.local/bin" ]; home.sessionVariables = { PASSWORD_STORE_DIR = "${config.home.homeDirectory}/.local/share/password-store"; SSH_ASKPASS = "${pkgs.libsForQt5.ksshaskpass}/bin/ksshaskpass"; + CHICKEN_DOC_REPOSITORY = "/home/zilti/.local/share/chicken-doc"; + CHICKEN_INSTALL_REPOSITORY = "/home/zilti/.local/share/chicken/11/eggs"; + CHICKEN_INSTALL_PREFIX = "/home/zilti/.local/bin"; }; home.pointerCursor = {