better armcord (no xwayland)

This commit is contained in:
jacekpoz 2024-01-20 01:32:16 +01:00
parent 91179aaa16
commit 4fd383f698
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -15,7 +15,12 @@ in {
config = mkIf cfg.enable {
home-manager.users.${config'.username} = {
home.packages = with pkgs; [
armcord
(armcord.overrideAttrs (old: {
postFixup = ''
wrapProgram $out/bin/armcord \
--add-flags "--enable-features=UseOzonePlatform --ozone-platform=wayland"
'';
}))
];
#xdg.configFile = {