changed discord client (again)

This commit is contained in:
twoneis 2023-12-17 16:51:55 +01:00
parent b71f6cff88
commit b0229d5475
2 changed files with 3 additions and 118 deletions

View file

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