nix/home/zsh: source pinned channel sources
This commit is contained in:
parent
7eaa7f6e45
commit
97abdf17e0
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
|||
}:
|
||||
|
||||
let
|
||||
channelSources = (import ../../default.nix {
|
||||
versionsPath = ../../variables/versions.nix;
|
||||
}).channelSources;
|
||||
in {
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
|
@ -34,6 +37,8 @@ in {
|
|||
|
||||
# don't cd into directories when executed
|
||||
unsetopt AUTO_CD
|
||||
|
||||
source ${channelSources}
|
||||
'';
|
||||
|
||||
sessionVariables = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue