diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2026-03-20 15:19:25 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2026-03-20 15:19:25 -0400 |
| commit | cfe005c685dab4319f2755ad9f61a47d98bc1e63 (patch) | |
| tree | 99df07ca4fcd1830acc61b6ec1d064c72b330e21 /modules/global.nix | |
| parent | de49363c1af68984787ddf1e0cca7d4c69be33a2 (diff) | |
| download | home-main.tar.gz | |
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 { |