Update dependencies

This commit is contained in:
Charlotte Van Petegem 2023-03-25 21:30:54 +01:00
parent 82091825f9
commit 96b1eca2d0
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 22 additions and 21 deletions

View file

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