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