diff options
Diffstat (limited to 'modules/global.nix')
| -rw-r--r-- | modules/global.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/global.nix b/modules/global.nix index a9faf6a..9c474d5 100644 --- a/modules/global.nix +++ b/modules/global.nix @@ -64,6 +64,7 @@ in lazygit.enable = true; fuzzel.enable = true; zathura.enable = true; + weechat.enable = true; }; nixGL = lib.mkIf cfg.notNixOS { |