summaryrefslogtreecommitdiffstats
path: root/rc.org
diff options
context:
space:
mode:
Diffstat (limited to 'rc.org')
-rw-r--r--rc.org4
1 files changed, 2 insertions, 2 deletions
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