Update alacritty setting name

This commit is contained in:
2022-08-16 03:25:29 +02:00
parent 2699478658
commit ad5163693a
4 changed files with 7 additions and 3 deletions

Submodule pkgs/deemix-gui/deemix-gui added at 944e541d03

Submodule pkgs/deemix-gui/deemix-webui added at 1b97d94b38

Submodule pkgs/listen-moe/desktop-app added at e981ae7db4

View File

@@ -3,7 +3,10 @@
programs.alacritty = {
enable = true;
settings = {
window.padding = { x = 15; y = 15; };
window = {
padding = { x = 15; y = 15; };
opacity = 1.0;
};
font = {
normal = {
@@ -28,8 +31,6 @@
in filterAttrs removePrimaryColorAttrs config.colors.defaultColorSet;
};
background_opacity = 1.0;
cursor = {
style = "Block";
blinking = "On";