nixos/home/programs/discord.nix
2024-02-17 19:34:44 +01:00

5 lines
No EOL
67 B
Nix

{ config, pkgs, ... }:
{
home.packages = with pkgs; [discord];
}