Skip to content

Commit

Permalink
🔧: add gitmoji configuration to home-manager-module
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kenji committed Jun 11, 2024
1 parent dfc00a8 commit 2e3bb6e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions home-manager-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2e3bb6e

Please sign in to comment.