feat: no, im not joining any of THOSE groups

This commit is contained in:
Teesh 2026-02-02 09:58:21 +02:00
parent a3e556464d
commit 67dd84cb1a

View file

@ -0,0 +1,7 @@
{ ... }:
{
flake.modules.nixos.desktop = { pkgs, ... }: {
environment.systemPackages = [ pkgs.telegram-desktop ];
};
}