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

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

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

Loading…
Cancel
Save