diff options
| author | Baitinq <[email protected]> | 2023-05-15 17:32:48 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2023-05-15 17:32:48 +0200 |
| commit | 1ed608eb2ba7c254486e0e62c83641bc1769bd6d (patch) | |
| tree | 3aeaeaf416146c752dc410ed2f6243d08f6e9351 | |
| parent | Hosts: Phobos: Add packages (diff) | |
| download | nixos-config-1ed608eb2ba7c254486e0e62c83641bc1769bd6d.tar.gz nixos-config-1ed608eb2ba7c254486e0e62c83641bc1769bd6d.tar.bz2 nixos-config-1ed608eb2ba7c254486e0e62c83641bc1769bd6d.zip | |
Dotfiles: Bash: Set Ozone to use wayland (chromium)
| -rw-r--r-- | dotfiles/.bash_profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/.bash_profile b/dotfiles/.bash_profile index 441ce02..cda5e37 100644 --- a/dotfiles/.bash_profile +++ b/dotfiles/.bash_profile @@ -10,6 +10,7 @@ if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then export QT_WAYLAND_DISABLE_WINDOWDECORATION="1" export MOZ_ENABLE_WAYLAND=1 export LIBSEAT_BACKEND="logind" + export NIXOS_OZONE_WL=1 exec river fi |