webcord -> vesktop

This commit is contained in:
twoneis 2024-03-21 23:46:28 +01:00
parent daf55d8e6c
commit 5d6d058dc7

View file

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