Move i3 config to home module folder
This commit is contained in:
14
modules/home/i3/.profile
Normal file
14
modules/home/i3/.profile
Normal file
@ -0,0 +1,14 @@
|
||||
export GOPATH="$HOME/go";
|
||||
|
||||
export PATH=$GOPATH/bin:$PATH
|
||||
export PATH=/opt/dart-sdk/bin:$PATH
|
||||
export PATH=~/dev/flutter/bin:$PATH
|
||||
export PATH=~/.config/emacs/bin:$PATH
|
||||
export PATH=~/.cargo/bin:$PATH
|
||||
export PATH=~/perl5/bin:$PATH
|
||||
|
||||
export PATH=~/.local/bin:$PATH
|
||||
export PATH=~/.config/i3/scripts:$PATH
|
||||
|
||||
# Add desktop files from nix
|
||||
export XDG_DATA_DIRS="$HOME/.nix-profile/share:$XDG_DATA_DIRS"
|
Reference in New Issue
Block a user