This commit is contained in:
Nathan McCarty 2025-01-13 14:53:42 -05:00
parent ac3825e6f9
commit 29fd118635
22 changed files with 424 additions and 424 deletions

View file

@ -4,9 +4,7 @@
pkgs,
inputs',
...
}:
{
}: {
home.packages = with pkgs; [
# Communications
webcord-vencord
@ -27,5 +25,4 @@
enable = true;
};
};
}