nix-conf/modules/home-manager/communication/default.nix

7 lines
75 B
Nix
Raw Normal View History

2024-04-12 06:08:38 +00:00
{pkgs, ...}: {
home.packages = with pkgs; [
dino
tdesktop
];
}