wayland: use NIXOS_OZONE_WL instead of *-wayland packages
This commit is contained in:
parent
f07010445e
commit
6da0f503e1
|
@ -18,7 +18,7 @@ bindsym $mod+F2 exec firefox
|
|||
bindsym $mod+F3 exec $term -e vifm
|
||||
bindsym $mod+Shift+F3 exec gksu $term -e vifm
|
||||
bindsym $mod+F4 exec nautilus -w
|
||||
bindsym $mod+Shift+F4 exec signal-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||
bindsym $mod+Shift+F4 exec signal-desktop
|
||||
bindsym $mod+F5 exec $term -e 'mocp -C $XDG_CONFIG_DIR/mocp/config'
|
||||
bindsym $mod+Shift+m exec mu
|
||||
bindsym $mod+Shift+h exec xdg-open /usr/share/doc/manjaro/i3_help.pdf
|
||||
|
|
|
@ -14,6 +14,15 @@ channels: final: prev: {
|
|||
signal-desktop
|
||||
starship
|
||||
deploy-rs
|
||||
|
||||
neovim-unwrapped
|
||||
tdesktop
|
||||
xdg-desktop-portal
|
||||
xdg-desktop-portal-gtk
|
||||
xdg-desktop-portal-wlr
|
||||
obs-studio
|
||||
obs-studio-plugins
|
||||
looking-glass-client
|
||||
;
|
||||
|
||||
# nix is set to 2.3 in 21.11
|
||||
|
|
|
@ -58,6 +58,9 @@ let
|
|||
# experimental wayland in firefox/thunderbird
|
||||
MOZ_ENABLE_WAYLAND = "1";
|
||||
|
||||
# chromium / electron on wayland: enable ozone (native wayland mode)
|
||||
NIXOS_OZONE_WL = "1";
|
||||
|
||||
# Vagrant
|
||||
VAGRANT_HOME = "${xdg.dataHome}/vagrant";
|
||||
VAGRANT_DEFAULT_PROVIDER = "libvirt";
|
||||
|
|
Loading…
Reference in a new issue