feat: Added discord and slack to linux
This commit is contained in:
10
home/apps/discord.nix
Normal file
10
home/apps/discord.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
home.packages = lib.optionals pkgs.stdenv.isLinux [
|
||||
pkgs.discord
|
||||
pkgs.webcord
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user