nix-config/home/features/desktop/discord.nix
2024-10-30 11:39:46 +01:00

5 lines
62 B
Nix

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