This commit is contained in:
Daniel Ziltener 2023-12-06 12:16:14 +01:00
parent 050a629863
commit 007a4e5242
Signed by: zilti
GPG Key ID: B38976E82C9DAE42
1 changed files with 4 additions and 1 deletions

View File

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