Added: Bunch of Programs
This commit is contained in:
8
home/programs/social/element.nix
Normal file
8
home/programs/social/element.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
# Install Element Desktop
|
||||
home.packages = with pkgs; [
|
||||
element-desktop
|
||||
];
|
||||
}
|
9
home/programs/social/telegram.nix
Normal file
9
home/programs/social/telegram.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
# Install Telegram Desktop
|
||||
home.packages = with pkgs; [
|
||||
telegram-desktop
|
||||
telegram-cli
|
||||
];
|
||||
}
|
8
home/programs/social/webcord.nix
Normal file
8
home/programs/social/webcord.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
# Install WebCord
|
||||
home.packages = with pkgs; [
|
||||
webcord
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user