feat: add Discord with BetterDiscord support
This commit is contained in:
parent
2ba755c7d1
commit
34b4705d46
2 changed files with 16 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
}: {
|
||||
imports = [
|
||||
./cava
|
||||
./discord
|
||||
./dunst
|
||||
./mpv
|
||||
./obs
|
||||
|
|
15
home-manager/sajenim/features/desktop/discord/default.nix
Normal file
15
home-manager/sajenim/features/desktop/discord/default.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
discord = prev.discord.override {withOpenASAR = true;};
|
||||
})
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
discord
|
||||
betterdiscordctl
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue