forked from poz/niksos
better armcord (no xwayland)
This commit is contained in:
parent
91179aaa16
commit
4fd383f698
1 changed files with 6 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue