Updated flakes
This commit is contained in:
parent
872c42b12f
commit
caa07b9be6
3 changed files with 16 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue