From 0ee989b8473bcdf3f7e4c2bb68217cbaab25cdd1 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Tue, 23 Jun 2026 02:56:12 +0200 Subject: treewide: rename paths to jaki --- modules/hm/sils/iamb.nix | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 modules/hm/sils/iamb.nix (limited to 'modules/hm/sils/iamb.nix') diff --git a/modules/hm/sils/iamb.nix b/modules/hm/sils/iamb.nix deleted file mode 100644 index 2c6932a..0000000 --- a/modules/hm/sils/iamb.nix +++ /dev/null @@ -1,38 +0,0 @@ -{ - config, - lib, - ... -}: let - cfg = config.sils.iamb; -in { - options = { - sils.iamb.enable = lib.mkEnableOption "iamb, a matrix tui client"; - }; - config = lib.mkIf cfg.enable { - programs.iamb = { - enable = true; - settings = { - profiles = { - ljs = { - user_id = "@sils:linksjugend-solid.de"; - url = "https://matrix.bak-it.de"; - }; - vhack = { - user_id = "@sils:vhack.eu"; - url = "https://matrix.vhack.eu"; - }; - }; - settings = { - notifications.enabled = true; - image_preview.protocol = { - type = "kitty"; - size = { - height = 10; - width = 66; - }; - }; - }; - }; - }; - }; -} -- cgit v1.3.1