Added Nyxt stuff

This commit is contained in:
Opal
2021-12-15 02:47:54 -05:00
parent 1d196af580
commit 65a727df70
4 changed files with 41 additions and 10 deletions

View File

@@ -12,4 +12,4 @@ export XDG_DATA_HOME=~/.local/share
export XDG_STATE_HOME=~/.config/zsh
export EDITOR=nvim
export VISUAL=nvim
export GUIX_PROFILE="/home/ry/.config//guix/current" . "$GUIX_PROFILE/etc/profile"
export GUIX_PROFILE="/home/ry/.config/guix/current" . "$GUIX_PROFILE/etc/profile"

View File

@@ -15,16 +15,12 @@ source $ZSH/oh-my-zsh.sh
export PATH=/home/ry/scripts:$PATH
# cron scripts
export PATH=/home/ry/scripts/cron-scripts:$PATH
# rust
export PATH=/home/ry/.cargo/bin:$PATH
# bin
export PATH=/bin:$PATH
# doom
export PATH=~/.config/emacs/bin:$PATH
# GUIX PATH
# GNU Guix path
export PATH=/home/ry/.guix-profile/bin:$PATH
# locale --- #
# --- locale --- #
export LANG=en_US.UTF-8
# --- autostart --- #