Run element in wayland
This commit is contained in:
parent
ba0a0cdb48
commit
5be49924cb
1 changed files with 6 additions and 1 deletions
|
@ -11,7 +11,12 @@
|
||||||
{ path = ".config/Element"; type = "cache"; }
|
{ path = ".config/Element"; type = "cache"; }
|
||||||
];
|
];
|
||||||
home-manager.users.charlotte = { ... }: {
|
home-manager.users.charlotte = { ... }: {
|
||||||
home.packages = [ pkgs.element-desktop ];
|
home = {
|
||||||
|
packages = [ pkgs.element-desktop ];
|
||||||
|
sessionVariables = {
|
||||||
|
NIXOS_OZONE_WL = "1";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue