mirror of https://github.com/materusPL/Nixerus.git
Make discord use openasar
This commit is contained in:
parent
58fffe2647
commit
a2e2fad68e
|
@ -27,7 +27,7 @@ with materusPkgs.lib;
|
||||||
|
|
||||||
options.materus.profile.packages.list.desktopApps = mkPrivateVar (with pkgs; [
|
options.materus.profile.packages.list.desktopApps = mkPrivateVar (with pkgs; [
|
||||||
barrier
|
barrier
|
||||||
(discord.override { nss = nss_latest; })
|
(discord.override { nss = nss_latest; withOpenASAR = true; withTTS = true;})
|
||||||
tdesktop
|
tdesktop
|
||||||
mpv
|
mpv
|
||||||
ani-cli
|
ani-cli
|
||||||
|
|
Loading…
Reference in New Issue