From 925c1767c3d5cb5b0e650143b3a5e39b57f97408 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 19 Mar 2023 08:21:14 -0700 Subject: home/matrix: switch back to element fractal requires the gnome key chain but I got rid of it. --- home/matrix-client/default.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/home/matrix-client/default.nix b/home/matrix-client/default.nix index a5a420f..5438c3f 100644 --- a/home/matrix-client/default.nix +++ b/home/matrix-client/default.nix @@ -6,10 +6,6 @@ in enable = mkEnableOption "matrix client configuration"; }; - # https://gitlab.gnome.org/GNOME/fractal - # fractal-next is a GTK4 client for matrix, using the - # matrix-rust-sdk. I used to use element, an electron application, - # and it had a number of issues (freeze, crash, heavy, ...). config = - lib.mkIf cfg.enable { home.packages = with pkgs; [ fractal-next ]; }; + lib.mkIf cfg.enable { home.packages = with pkgs; [ element-desktop-wayland ]; }; } -- cgit 1.4.1