add discord

This commit is contained in:
= 2024-03-20 23:32:56 -05:00
parent 5f3d2efbe8
commit db51a13391
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{ pkgs, ... }:
{
home.packages = [ pkgs.comma ];
}

View file

@ -0,0 +1,5 @@
{ pkgs, ... }:
{
home.packages = [ pkgs.discordo pkgs.discord ];
}