chore: cleanup and switching packages

This commit is contained in:
steveej 2023-05-24 09:27:34 +02:00
parent c459ae5cdf
commit f389dbf795
3 changed files with 18 additions and 5 deletions

View file

@ -36,13 +36,13 @@
'';
};
in {
home.file.".profile".text = ''
. "${config.home.profileDirectory}/etc/profile.d/hm-session-vars.sh"
'';
programs.zsh = {
enable = true;
profileExtra = ''
. "${config.home.profileDirectory}/etc/profile.d/hm-session-vars.sh"
'';
# will be called again by oh-my-zsh
enableCompletion = false;
enableAutosuggestions = true;