This commit is contained in:
2024-10-09 15:25:12 -04:00
parent 75afef7bd3
commit 7ba187dff3
5 changed files with 98 additions and 159 deletions

View File

@@ -4,20 +4,20 @@
enable = true;
package = pkgs.alacritty;
settings = {
#use the fish shell
# use the fish shell
shell.program = "${pkgs.fish}/bin/fish";
#some programs can't handle alacritty
# some programs can't handle alacritty
env.TERM = "xterm-256color";
window = {
#using a window manager, no decorations needed
# using a window manager, no decorations needed
decorations = "none";
#semi-transparent
# semi-transparent
opacity = 0.95;
#padding between the content of the terminal and the edge
# padding between the content of the terminal and the edge
padding = {
x = 10;
y = 10;
@@ -58,7 +58,7 @@
glyph_offset.y = 0;
};
#color scheme
# color scheme
colors =
let
normal = {