add some aux programs

This commit is contained in:
2024-04-15 18:00:53 +02:00
parent 330eea98d1
commit b45ef040d1
4 changed files with 22 additions and 6 deletions

8
modules/chat/default.nix Normal file
View File

@@ -0,0 +1,8 @@
{ config, pkgs, ... }:
{
users.users."jonas".packages = with pkgs; [
discord
zoom
];
}