nothin
This commit is contained in:
parent
02a52c489f
commit
a3788134ad
2 changed files with 2 additions and 6 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue