From a3788134add92c7ab0f2670d54adf83a09e941e3 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Wed, 25 Nov 2020 14:19:18 -0500 Subject: [PATCH] nothin --- home-cli.nix | 2 +- home-gui.nix | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/home-cli.nix b/home-cli.nix index 892015c..20bf3e8 100644 --- a/home-cli.nix +++ b/home-cli.nix @@ -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"; diff --git a/home-gui.nix b/home-gui.nix index f363b27..5072284 100644 --- a/home-gui.nix +++ b/home-gui.nix @@ -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