nixos-configuration/home/telegram.nix
2022-02-18 14:34:01 +01:00

6 lines
68 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [
tdesktop
];
}