1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-10-31 22:17:31 +00:00
Dotfiles/nix/modules/discord.nix
2021-06-10 16:44:00 +03:00

5 lines
216 B
Nix
Executable file

{config, pkgs, ...}:
{
# nixpkgs.overlays = [(self: super: { discord = super.discord.overrideAttrs (_: { src = builtins.fetchTarball "https://discord.com/api/download/stable?platform=linux&format=tar.gz"; });})];
}