Move i3 config to home module folder

This commit is contained in:
2024-02-01 13:28:29 +01:00
parent 0cf00f5fbf
commit 607ac75200
18 changed files with 4 additions and 5 deletions

14
modules/home/i3/.profile Normal file
View 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"