Fri Jun 21 03:26:24 PM CEST 2024
This commit is contained in:
parent
dc56d51b2b
commit
5a29d68fe0
|
@ -12,13 +12,14 @@
|
|||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
NIX_PATH = "${config.xdg.stateHome}/nix/profiles/channels/";
|
||||
LANG = "en_US.UTF-8";
|
||||
LOCALE_ARCHIVE = "/usr/lib/locale/locale-archive";
|
||||
XDG_RUNTIME_DIR = "/run/user/$(id -u)";
|
||||
MAMBA_ROOT_PREFIX = "/root/.micromamba";
|
||||
};
|
||||
programs.zsh.initExtra = pkgs.lib.mkForce ''
|
||||
eval "$(micromamba shell hook -s zsh)"
|
||||
'';
|
||||
programs.zsh.initExtraFirst = ''
|
||||
export LOCALE_ARCHIVE="/usr/lib/locale/locale-archive"
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -68,6 +68,7 @@ in
|
|||
programs.ssh.matchBlocks."*".identityFile = "/home/server/.secrets/SSH/Mallorea/id_ed25519";
|
||||
|
||||
home.sessionVariables = {
|
||||
NIX_PATH = "${config.xdg.stateHome}/nix/profiles/channels/";
|
||||
LANG = "en_US.UTF-8";
|
||||
XDG_RUNTIME_DIR = "/run/user/$(id -u)";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue