Alacritty fix
This commit is contained in:
parent
0ec12c6298
commit
83277ffc67
|
@ -4,7 +4,7 @@ in with lib; {
|
||||||
config = mkIf nathan.programs.alacritty {
|
config = mkIf nathan.programs.alacritty {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# Terminal
|
# Terminal
|
||||||
alacritty
|
inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.alacritty
|
||||||
#gtkterm
|
#gtkterm
|
||||||
];
|
];
|
||||||
#########################
|
#########################
|
||||||
|
@ -12,6 +12,7 @@ in with lib; {
|
||||||
#########################
|
#########################
|
||||||
programs.alacritty = {
|
programs.alacritty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.alacritty;
|
||||||
settings = {
|
settings = {
|
||||||
env = {
|
env = {
|
||||||
TERM = "xterm-256color";
|
TERM = "xterm-256color";
|
||||||
|
|
Loading…
Reference in New Issue