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
|
let
|
||||||
|
channelSources = (import ../../default.nix {
|
||||||
|
versionsPath = ../../variables/versions.nix;
|
||||||
|
}).channelSources;
|
||||||
in {
|
in {
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -34,6 +37,8 @@ in {
|
||||||
|
|
||||||
# don't cd into directories when executed
|
# don't cd into directories when executed
|
||||||
unsetopt AUTO_CD
|
unsetopt AUTO_CD
|
||||||
|
|
||||||
|
source ${channelSources}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue