nix-dotfiles/home-manager/modules/discord.nix
2025-07-02 02:12:38 -06:00

5 lines
65 B
Nix

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