Remove environment.zsh

This commit is contained in:
ItsDrike 2024-04-04 23:38:38 +02:00
parent 4820aeb606
commit 8a8f80b6df
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
2 changed files with 0 additions and 102 deletions

View file

@ -27,10 +27,6 @@ in
profileExtra = ''
${readFile ./rc/profile.zsh}
'';
envExtra = ''
${readFile ./rc/environment.zsh}
'';
};
};
}