Run element in wayland

This commit is contained in:
Charlotte Van Petegem 2022-06-14 13:38:35 +02:00
parent ba0a0cdb48
commit 5be49924cb
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -11,7 +11,12 @@
{ path = ".config/Element"; type = "cache"; }
];
home-manager.users.charlotte = { ... }: {
home.packages = [ pkgs.element-desktop ];
home = {
packages = [ pkgs.element-desktop ];
sessionVariables = {
NIXOS_OZONE_WL = "1";
};
};
};
};
}