nix-config/home/features/desktop/irc.nix
2024-08-23 13:48:51 +02:00

5 lines
66 B
Nix

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