diff --git a/home/common/files/bash/bashrc b/home/common/files/bash/bashrc index ac390ed..73de785 100755 --- a/home/common/files/bash/bashrc +++ b/home/common/files/bash/bashrc @@ -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