nixos-configuration/home/telegram.nix

6 lines
68 B
Nix
Raw Normal View History

2022-02-18 14:34:01 +01:00
{ pkgs, ... }: {
home.packages = with pkgs; [
tdesktop
];
}