Alacritty fix

This commit is contained in:
Nathan McCarty 2023-11-09 00:02:11 -05:00
parent 0ec12c6298
commit 83277ffc67
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ in with lib; {
config = mkIf nathan.programs.alacritty {
home.packages = with pkgs; [
# Terminal
alacritty
inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.alacritty
#gtkterm
];
#########################
@ -12,6 +12,7 @@ in with lib; {
#########################
programs.alacritty = {
enable = true;
package = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.alacritty;
settings = {
env = {
TERM = "xterm-256color";