added alacritty
This commit is contained in:
parent
16ee2b7526
commit
9695d0f956
2 changed files with 43 additions and 32 deletions
|
@ -120,6 +120,7 @@
|
|||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
alacritty
|
||||
alacritty-theme
|
||||
gnome-tweaks
|
||||
nixd
|
||||
nil
|
||||
|
|
|
@ -226,6 +226,16 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
import = [ "${pkgs.alacritty-theme}/gnome_terminal.toml" ];
|
||||
font = {
|
||||
size = 16;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
mouse = true;
|
||||
|
|
Loading…
Reference in a new issue