dotfiles.nix/home-manager/sajenim/features/desktop/irc/default.nix
2024-09-20 20:24:55 +08:00

6 lines
65 B
Nix

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