chore: cleanup and switching packages
This commit is contained in:
parent
c459ae5cdf
commit
f389dbf795
3 changed files with 18 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue