bashrc | added new env vars
This commit is contained in:
parent
a729a87bed
commit
88ee11e5e5
1 changed files with 5 additions and 2 deletions
|
|
@ -23,8 +23,11 @@ PATH="${HOME}/bin:/run/wrappers/bin:${HOME}/.nix-profile/bin:/etc/profiles/per-u
|
|||
GOPATH="${HOME}/go"
|
||||
export PATH
|
||||
export GOPATH
|
||||
export NIXPKGS_ALLOW_UNFREE=1
|
||||
export NIXPKGS_ALLOW_INSECURE=1
|
||||
NIXPKGS_ALLOW_UNFREE=1
|
||||
NIXPKGS_ALLOW_INSECURE=1
|
||||
MOZ_USE_WAYLAND=1
|
||||
GDK_BACKEND=wayland
|
||||
export NIXPKGS_ALLOW_INSECURE NIXPKGS_ALLOW_UNFREE MOZ_USE_WAYLAND GDK_BACKEND
|
||||
|
||||
if [ -f ${HOME}/.nix-profile/etc/profile.d/hm-session-vars.sh ]; then
|
||||
. ${HOME}/.nix-profile/etc/profile.d/hm-session-vars.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue