projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[rc/zsh] set GUIX_LOCPATH and adjust PATH for guix
[~bandali/configs]
/
rc.org
diff --git
a/rc.org
b/rc.org
index
c96454e
..
02617e9
100644
(file)
--- a/
rc.org
+++ b/
rc.org
@@
-1597,6
+1597,9
@@
from amin@aminb.org
user amin@aminb.org
passwordeval gpg2 --no-tty -q -d ~/.passwd/amin.gpg
user amin@aminb.org
passwordeval gpg2 --no-tty -q -d ~/.passwd/amin.gpg
+account bandali-me : aminb
+from amin@bandali.me
+
# gnu
account gnu
host fencepost.gnu.org
# gnu
account gnu
host fencepost.gnu.org
@@
-3872,7
+3875,9
@@
exec swayidle \
# Basics:
#
# start a terminal
# Basics:
#
# start a terminal
- bindsym $mod+Return exec $term
+ bindsym $mod+Return exec $term -name floating
+ bindsym $mod+Shift+Return exec $term
+ for_window [class="URxvt" instance="floating"] floating enable
# kill focused window
bindsym $mod+Shift+q kill
# kill focused window
bindsym $mod+Shift+q kill
@@
-5376,6
+5381,9
@@
export MOZ_USE_XINPUT2=1 # precise scrolling in firefox
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
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
+
+export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale"
+export PATH="/$HOME/.config/guix/current/bin${PATH:+:}$PATH"
#+end_src
*** zshenv
#+end_src
*** zshenv