6 lines
121 B
Nix
6 lines
121 B
Nix
|
{ config, pkgs, ... }: {
|
||
|
environment.systemPackages = with pkgs; [
|
||
|
weechat
|
||
|
weechatScripts.weechat-matrix
|
||
|
];
|
||
|
}
|