Add zsh zprofile/zshenv patch

This commit is contained in:
Charlotte Van Petegem 2023-03-07 15:20:41 +01:00
parent bbada349eb
commit 94f6165d54
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 98 additions and 1 deletions

View file

@ -39,7 +39,6 @@ let
});
in
{
programs.zsh.enable = true;
chvp.base.zfs.systemLinks = [{ path = "/root/.local/share/autojump"; type = "cache"; }];
chvp.base.zfs.homeLinks = [{ path = ".local/share/autojump"; type = "cache"; }];
home-manager.users.charlotte = { ... }: (base "/home/charlotte");