master
Dustin Swan 3 years ago
parent 02a52c489f
commit a3788134ad
Signed by: dustinswan
GPG Key ID: AB49BD6B2B3A6377

@ -8,7 +8,7 @@
home.sessionVariables = {
EDITOR = "vim";
MANPAGER = "sh -c 'col -bx | bat -l man -p'";
PATH = "$PATH:~/.composer/vendor/bin:";
PATH = "$PATH:${builtins.getEnv "HOME"}/.emacs.d/bin";
P4USER = "dswan";
P4PORT = "humu.iocom.com:1666";

@ -19,11 +19,7 @@
size = 16.0;
};
key_bindings = [
{
key = "N";
mods = "Control|Shift";
action = "SpawnNewInstance";
}
{ key = "N"; mods = "Control|Shift"; action = "SpawnNewInstance"; }
];
background_opacity = 0.95;
colors = { # Nord

Loading…
Cancel
Save