nixos/home/programs/discord.nix

5 lines
67 B
Nix
Raw Normal View History

2024-02-17 19:34:44 +01:00
{ config, pkgs, ... }:
{
home.packages = with pkgs; [discord];
}