homes: bazin: enable zsh notifications
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
766b4c7736
commit
e15fc182ea
1 changed files with 6 additions and 0 deletions
|
|
@ -21,5 +21,11 @@
|
||||||
package = pkgs.emptyDirectory;
|
package = pkgs.emptyDirectory;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zsh = {
|
||||||
|
notify = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue