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; xdg.configFile."starship.toml".text = builtins.readFile ../starship/starship.toml;
## Programs ## ## Programs ##
programs.alacritty = {
enable = true;
};
programs.zoxide = { programs.zoxide = {
enable = true; enable = true;
enableZshIntegration = true; enableZshIntegration = true;