Way too massive refactoring
This commit is contained in:
parent
113d68be68
commit
24aac9708b
49 changed files with 481 additions and 407 deletions
|
@ -1,17 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
pkgs.writeText "alacritty-conf" ''
|
||||
[font]
|
||||
size = 13
|
||||
|
||||
[cursor]
|
||||
style.shape = "Beam"
|
||||
style.blinking = "On"
|
||||
blink_timeout = 0
|
||||
unfocused_hollow = false
|
||||
|
||||
[keyboard]
|
||||
bindings = [
|
||||
{key = "+", mods = "Control | Shift", action = "ResetFontSize"},
|
||||
{key = "Enter", mods = "Alt | Shift", action = "SpawnNewInstance"},
|
||||
]
|
||||
''
|
Loading…
Add table
Add a link
Reference in a new issue