Update alacritty setting name
This commit is contained in:
parent
2699478658
commit
ad5163693a
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 944e541d03e60bd16f42810f69574ed6d7dfa3e4
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 1b97d94b382542f105094e5a423d6564a8a55c54
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit e981ae7db43fb2d017c8088ff9a5c71cccd54f22
|
|
@ -3,7 +3,10 @@
|
||||||
programs.alacritty = {
|
programs.alacritty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
window.padding = { x = 15; y = 15; };
|
window = {
|
||||||
|
padding = { x = 15; y = 15; };
|
||||||
|
opacity = 1.0;
|
||||||
|
};
|
||||||
|
|
||||||
font = {
|
font = {
|
||||||
normal = {
|
normal = {
|
||||||
|
@ -28,8 +31,6 @@
|
||||||
in filterAttrs removePrimaryColorAttrs config.colors.defaultColorSet;
|
in filterAttrs removePrimaryColorAttrs config.colors.defaultColorSet;
|
||||||
};
|
};
|
||||||
|
|
||||||
background_opacity = 1.0;
|
|
||||||
|
|
||||||
cursor = {
|
cursor = {
|
||||||
style = "Block";
|
style = "Block";
|
||||||
blinking = "On";
|
blinking = "On";
|
||||||
|
|
Loading…
Reference in New Issue