add discord
This commit is contained in:
parent
5f3d2efbe8
commit
db51a13391
2 changed files with 10 additions and 0 deletions
5
users/josh/programs/comma.nix
Normal file
5
users/josh/programs/comma.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
home.packages = [ pkgs.comma ];
|
||||||
|
}
|
||||||
|
|
5
users/josh/programs/discord.nix
Normal file
5
users/josh/programs/discord.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
home.packages = [ pkgs.discordo pkgs.discord ];
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue