added whatever tf changes
This commit is contained in:
@@ -3,6 +3,16 @@ let
|
||||
alacrittyconf = pkgs.writeText "alacritty.toml" ''
|
||||
[window]
|
||||
opacity = 0.85
|
||||
|
||||
[scrolling]
|
||||
history = 25000
|
||||
multiplier = 5
|
||||
|
||||
[font]
|
||||
normal = { family = "0xProto Nerd Font Mono", style = "Regular" }
|
||||
bold = { family = "0xProto Nerd Font Mono", style = "Bold" }
|
||||
italic = { family = "0xProto Nerd Font Mono", style = "Italic" }
|
||||
size = 12.00
|
||||
'';
|
||||
in
|
||||
pkgs.symlinkJoin {
|
||||
|
||||
Reference in New Issue
Block a user