From 2e3bb6e965d7d9d7fea7bddc8383b6a6cba9cfb9 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 11 Jun 2024 22:09:32 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7:=20add=20gitmoji=20configuration?= =?UTF-8?q?=20to=20home-manager-module?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home-manager-module.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/home-manager-module.nix b/home-manager-module.nix index de08f2f..cd9bfbd 100644 --- a/home-manager-module.nix +++ b/home-manager-module.nix @@ -94,6 +94,14 @@ in { }; }; + gitmoji = { + enable = lib.mkOption { + default = false; + type = lib.types.bool; + description = lib.mdDoc "Enable / disable the plugin."; + }; + }; + resource_monitor_battery = { enable = lib.mkOption { default = true;