dot_testing/modules/discord.nix

8 lines
93 B
Nix

{ lib, config, pkgs, ...}:
{
environment.systemPackages = with pkgs; [
discord
];
}