Discord: enable OpenASAR and vencord (again)

This commit is contained in:
Toast 2023-07-03 01:03:29 +02:00
parent 8975afd18d
commit 79006c509b

View file

@ -1,9 +1,5 @@
{ 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
discordOverlay = self: super: {
discord = super.discord.override {
@ -12,7 +8,8 @@
};
};
in
[ discordOverlay ]; */
{
nixpkgs.overlays = [ discordOverlay ];
users.users.toast.packages = with pkgs; [
discord
];