From 88ee11e5e5f15623e9a426aad15eec76f5196022 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sun, 19 Oct 2025 20:04:36 -0500 Subject: [PATCH] bashrc | added new env vars --- home/common/files/bash/bashrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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