Updated flakes

This commit is contained in:
Alejandro Angulo 2023-03-25 10:31:15 -07:00
parent 872c42b12f
commit caa07b9be6
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
3 changed files with 16 additions and 14 deletions

View file

@ -13,6 +13,10 @@ in {
};
config = mkIf cfg.enable {
# Already set in home-manager below, but without this building fails with
# an assertion error that suggests setting this
programs.zsh.enable = true;
aa.home.extraOptions = {
programs.zsh = {
enable = true;