telegram
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
./neovim
|
||||
./obs
|
||||
./rofi
|
||||
./telegram.nix
|
||||
./wallpaper.nix
|
||||
./xmonad
|
||||
./zathura.nix
|
||||
|
||||
5
home/programs/telegram.nix
Normal file
5
home/programs/telegram.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [ telegram-desktop ];
|
||||
}
|
||||
Reference in New Issue
Block a user