feat: no, im not joining any of THOSE groups
This commit is contained in:
parent
a3e556464d
commit
67dd84cb1a
1 changed files with 7 additions and 0 deletions
7
modules/desktop/apps/telegram.nix
Normal file
7
modules/desktop/apps/telegram.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
flake.modules.nixos.desktop = { pkgs, ... }: {
|
||||
environment.systemPackages = [ pkgs.telegram-desktop ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue