dotfiles.nix/home-manager/sajenim/features/desktop/irc.nix

6 lines
65 B
Nix

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