Added: Bunch of Programs
This commit is contained in:
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
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user