fixups to get to a usable system

This commit is contained in:
Sebastian Moser
2023-10-28 19:04:42 +00:00
parent 112ef46fd2
commit 02ae59ea1a
16 changed files with 568 additions and 77 deletions

View File

@@ -1,6 +1,6 @@
{ ... }:
{
home-manager.users.me.programms.alacritty = {
home-manager.users.me.programs.alacritty = {
enable = true;
settings = {
font = {
@@ -100,9 +100,9 @@
{ key = "V"; mods = "Control|Shift"; action = "Paste"; }
{ key = "C"; mods = "Control|Shift"; action = "Copy"; }
{ key = "J"; mods = "Control"; chars = ''\x1b\x5b\x42''; }
{ key = "K"; mods = "Control"; chars = ''x1b\x5b\x41''; }
{ key = "H"; mods = "Control"; chars = ''x1b\x5b\x44''; }
{ key = "L"; mods = "Control"; chars = ''x1b\x5b\x43''; }
{ key = "K"; mods = "Control"; chars = ''\x1b\x5b\x41''; }
{ key = "H"; mods = "Control"; chars = ''\x1b\x5b\x44''; }
{ key = "L"; mods = "Control"; chars = ''\x1b\x5b\x43''; }
];
};
};