mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-21 01:34:34 +05:30
install telegram
This commit is contained in:
parent
136be145fc
commit
da18cb40c3
7
user/app/telegram/telegram.nix
Normal file
7
user/app/telegram/telegram.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
telegram-desktop
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue