From cf1bfa64f6c043a16162fbe9b98d6569872672c0 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 7 May 2023 09:10:35 -0700 Subject: profiles/workstation: move element (matrix client) --- home/default.nix | 1 - home/matrix-client/default.nix | 11 ----------- home/profiles/workstation.nix | 2 ++ hosts/aptos/home.nix | 1 - 4 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 home/matrix-client/default.nix diff --git a/home/default.nix b/home/default.nix index 8be9fc1..779af4e 100644 --- a/home/default.nix +++ b/home/default.nix @@ -4,6 +4,5 @@ imports = [ ./gpg ./mail - ./matrix-client ]; } diff --git a/home/matrix-client/default.nix b/home/matrix-client/default.nix deleted file mode 100644 index 5438c3f..0000000 --- a/home/matrix-client/default.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ lib, config, pkgs, ... }: -let cfg = config.my.home.matrix-client; -in -{ - options.my.home.matrix-client = with lib; { - enable = mkEnableOption "matrix client configuration"; - }; - - config = - lib.mkIf cfg.enable { home.packages = with pkgs; [ element-desktop-wayland ]; }; -} diff --git a/home/profiles/workstation.nix b/home/profiles/workstation.nix index 6c589b6..60ba6ad 100644 --- a/home/profiles/workstation.nix +++ b/home/profiles/workstation.nix @@ -50,6 +50,8 @@ in passage tree + element-desktop-wayland + # scanning tesseract imagemagick diff --git a/hosts/aptos/home.nix b/hosts/aptos/home.nix index 568e7ae..61ceeb9 100644 --- a/hosts/aptos/home.nix +++ b/hosts/aptos/home.nix @@ -7,7 +7,6 @@ my.home = { mail.enable = true; - matrix-client.enable = true; gpg = { enable = true; pinentry = "gnome3"; -- cgit 1.4.1