.
This commit is contained in:
parent
050a629863
commit
007a4e5242
1 changed files with 4 additions and 1 deletions
5
home.nix
5
home.nix
|
@ -96,12 +96,15 @@ args@{ config, pkgs, hyprland, split-monitor-workspaces, flatpaks, ... }:
|
||||||
home.stateVersion = "23.11";
|
home.stateVersion = "23.11";
|
||||||
programs.home-manager.enable = true;
|
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 = {
|
home.sessionVariables = {
|
||||||
PASSWORD_STORE_DIR =
|
PASSWORD_STORE_DIR =
|
||||||
"${config.home.homeDirectory}/.local/share/password-store";
|
"${config.home.homeDirectory}/.local/share/password-store";
|
||||||
SSH_ASKPASS = "${pkgs.libsForQt5.ksshaskpass}/bin/ksshaskpass";
|
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 = {
|
home.pointerCursor = {
|
||||||
|
|
Loading…
Reference in a new issue