nixos-dotfiles/home/discord.nix

5 lines
74 B
Nix
Raw Normal View History

{ pkgs, ... }:
pkgs.discord.override {
nss = pkgs.nss_latest; #_3_81;
}