From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 17 12:38:20 2022 Received: (at submit) by debbugs.gnu.org; 17 Oct 2022 16:38:20 +0000 Received: from localhost ([127.0.0.1]:49749 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1okT88-0005gX-9L for submit@debbugs.gnu.org; Mon, 17 Oct 2022 12:38:20 -0400 Received: from lists.gnu.org ([209.51.188.17]:49364) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1okT86-0005gP-J6 for submit@debbugs.gnu.org; Mon, 17 Oct 2022 12:38:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52990) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1okT86-0006ET-Cf for guix-patches@gnu.org; Mon, 17 Oct 2022 12:38:18 -0400 Received: from knopi.disroot.org ([178.21.23.139]:33416) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1okT84-00014T-9g for guix-patches@gnu.org; Mon, 17 Oct 2022 12:38:18 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id C45834DB9C; Mon, 17 Oct 2022 18:38:12 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with UTF8SMTP id 0ZzGZCtiXm9v; Mon, 17 Oct 2022 18:38:11 +0200 (CEST) From: "(" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1666024112; bh=4cnCJZvobNk5nGoeDMYjyOOz4+Ut1xay2IHtosyJdT4=; h=From:To:Cc:Subject:Date; b=XiUE55WuqejgBrOmmdvU2WXV3H259TrpqBDlf2tC+ibHrPqcS3TyCrvWMtQBQF8nB wDM4AvCKovWz3DYlHNGjGvnp/EAA1e45MZw/sovIXRD4tzQbom5XgiYUJkhg1n1JEd twoRMgcBvPkNtQ5L6UlribwiwWqAg/PgKCx2apj97dfCt3bD0HWyMsQfk+yEYEotDS mvDg45lomGXI1XMm7kkVpk2ROleweazh6zmKuLmcyjbba7plApq/qpJGAPXp85QxUb s2YfKB2Bc4gk8SgXyVoSe6FWVaLiYQigrymqWki5uwVx4A8SVgeekXoKO1GUgjecBD Wo+PX6vMgQQDQ== To: guix-patches@gnu.org Subject: [PATCH 0/2] gnu: home: Add home-mako-service-type. Date: Mon, 17 Oct 2022 17:28:28 +0100 Message-Id: <20221017162828.14482-1-paren@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=paren@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: submit Cc: "\(" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Heya, This patchset adds a home service for configuring the Mako notification daemon. ( (2): gnu: mako: Patch makoctl to refer directly to binaries. gnu: home: Add home-mako-service-type. gnu/home/services/desktop.scm | 338 +++++++++++++++++++++++++++++++++- gnu/packages/wm.scm | 36 +++- 2 files changed, 362 insertions(+), 12 deletions(-) -- 2.38.0