webcord again

This commit is contained in:
twoneis 2024-03-18 21:37:48 +01:00
parent 489fa9453b
commit ebf8ac7377

View file

@ -1,5 +1,5 @@
{ pkgs, ... }: { { pkgs, ... }: {
home.packages = with pkgs; [ home.packages = with pkgs; [
discord-screenaudio webcord
]; ];
} }