diff --git a/hm/modules/linux/programs/bulk-programs.nix b/hm/modules/linux/programs/bulk-programs.nix index bd8cf07..ea334bc 100644 --- a/hm/modules/linux/programs/bulk-programs.nix +++ b/hm/modules/linux/programs/bulk-programs.nix @@ -89,7 +89,6 @@ in with pkgs; [ signal-desktop - iamb ] ++ lib.optionals cfg.desktopApps.enable ( with pkgs; diff --git a/reference/users/youwen/hm.nix b/reference/users/youwen/hm.nix index 8f5cd8b..ab49a2e 100644 --- a/reference/users/youwen/hm.nix +++ b/reference/users/youwen/hm.nix @@ -34,6 +34,11 @@ }; }; + programs.iamb = { + enable = true; + settings.profiles."matrix.org".user_id = "@youwen:matrix.org"; + }; + # must set identitiesOnly since we are adding a ton of SSH keys to ssh-agent and it tries all of them programs.ssh = { enable = true;