hm/graphical-client-wayland: swap to env variable + normal element-desktop
This commit is contained in:
parent
07fdb608f7
commit
947d959cfe
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
imports = [ ./graphical-client.nix ];
|
imports = [ ./graphical-client.nix ];
|
||||||
|
|
||||||
home.packages = lib.mkAfter (with pkgs; [
|
home.packages = lib.mkAfter (with pkgs; [
|
||||||
element-desktop-wayland
|
element-desktop
|
||||||
swaylock
|
swaylock
|
||||||
swayidle
|
swayidle
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
@ -24,6 +24,7 @@
|
||||||
export XDG_CURRENT_DESKTOP=sway
|
export XDG_CURRENT_DESKTOP=sway
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
export MOZ_USE_XINPUT2=1
|
export MOZ_USE_XINPUT2=1
|
||||||
|
export NIXOS_OZONE_WL=1
|
||||||
'';
|
'';
|
||||||
config = {
|
config = {
|
||||||
modifier = "Mod4";
|
modifier = "Mod4";
|
||||||
|
|
Loading…
Reference in a new issue