Discord: enable OpenASAR and vencord (again)
This commit is contained in:
parent
8975afd18d
commit
79006c509b
1 changed files with 2 additions and 5 deletions
|
|
@ -1,9 +1,5 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
|
||||||
# TODO: Find out why this does not do anything. If I put this
|
|
||||||
# on flake.nix it does work, so it's not completely wrong.
|
|
||||||
/* nixpkgs.overlays =
|
|
||||||
let
|
let
|
||||||
discordOverlay = self: super: {
|
discordOverlay = self: super: {
|
||||||
discord = super.discord.override {
|
discord = super.discord.override {
|
||||||
|
|
@ -12,7 +8,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
[ discordOverlay ]; */
|
{
|
||||||
|
nixpkgs.overlays = [ discordOverlay ];
|
||||||
users.users.toast.packages = with pkgs; [
|
users.users.toast.packages = with pkgs; [
|
||||||
discord
|
discord
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue