Rename directories for better organization
This commit is contained in:
parent
9d1bd2941f
commit
de8301ba4a
47 changed files with 52 additions and 52 deletions
17
personal/programs/embedded/xresources.nix
Normal file
17
personal/programs/embedded/xresources.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{ 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