From: Amin Bandali Date: Tue, 25 Sep 2018 00:58:31 +0000 (-0400) Subject: [rc] small misc changes X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/81f3a32442dbdd21b93b80b1dcf0f2b51f1c0314 [rc] small misc changes --- diff --git a/rc.org b/rc.org index b00363a..b89e2c8 100644 --- a/rc.org +++ b/rc.org @@ -4939,8 +4939,6 @@ URxvt.keysym.Shift-Up: command:\033]720;1\007 URxvt.keysym.Shift-Down: command:\033]721;1\007 URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select -URxvt.perl-ext: bidi -URxvt.bidi.enabled: 1 URxvt.url-select.launcher: firefox URxvt.url-select.underline: true URxvt.keysym.M-u: perl:url-select:select_next @@ -5251,6 +5249,8 @@ export MOZ_USE_XINPUT2=1 # precise scrolling in firefox #export JAVA_HOME=/usr/lib/jvm/java-8-openjdk #export ANDROID_JACK_VM_ARGS="-Dfile.encoding=UTF-8 -XX:+TieredCompilation -Xmx4G" +export NIXPKGS=$HOME/src/git/nixpkgs + if [ -e /home/amin/.nix-profile/etc/profile.d/nix.sh ]; then . /home/amin/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer #+end_src