add alacritty

This commit is contained in:
pegasust 2022-11-07 08:23:25 -07:00
parent 8fe1d2231f
commit 907f3664f5

View File

@ -14,6 +14,9 @@
xdg.configFile."starship.toml".text = builtins.readFile ../starship/starship.toml;
## Programs ##
programs.alacritty = {
enable = true;
};
programs.zoxide = {
enable = true;
enableZshIntegration = true;