infrastructure/config/hosts/athame/home/weechat.nix
2021-07-06 01:00:41 +01:00

5 lines
74 B
Nix

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