nix-config/home-manager/sajenim/features/cli/irc.nix
2025-02-26 00:23:03 +08:00

6 lines
65 B
Nix

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