add alacritty

nix-components
pegasust 2022-11-07 08:23:25 -07:00
parent 8fe1d2231f
commit 907f3664f5
1 changed files with 3 additions and 0 deletions

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;