mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
trying webcord
This commit is contained in:
parent
8b4e230eda
commit
4ddb9d544f
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,10 @@
|
||||||
{
|
{
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
discord # because you *always* want your friends around
|
(discord.override {
|
||||||
|
withOpenASAR = true;
|
||||||
|
}) # because you *always* want your friends around
|
||||||
|
webcord
|
||||||
betterdiscordctl # sudo apt upgrade discord (betterdiscordctl install)
|
betterdiscordctl # sudo apt upgrade discord (betterdiscordctl install)
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue