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 = {