infrastructure/hosts/athame/home/weechat.nix
2021-04-30 22:54:40 +01:00

5 lines
74 B
Nix

{ config, pkgs, lib, ... }:
{
programs.weechat = { enable = true; };
}