nix-config/modules/home/discord/default.nix
2024-01-10 14:57:27 +01:00

5 lines
67 B
Nix

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