nix-config/modules/system/home/discord/default.nix

5 lines
67 B
Nix

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