feat: add discord (with openasar and vencord)
This commit is contained in:
parent
596df98b21
commit
1b7d2a2523
1 changed files with 13 additions and 0 deletions
13
modules/desktop/apps/discord.nix
Normal file
13
modules/desktop/apps/discord.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
flake.modules.nixos.desktop = { pkgs, ... }: let
|
||||
discord = (pkgs.discord.override {
|
||||
withOpenASAR = true;
|
||||
withVencord = true;
|
||||
});
|
||||
in
|
||||
{
|
||||
environment.systemPackages = [ discord ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue