Skip to content

Commit

Permalink
✨ implement nix option for the firefox history plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
friedow committed Jun 2, 2024
1 parent d739da5 commit 0e621ac
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 @@ -56,6 +56,14 @@ in {
};
};

firefox_history = {
enable = lib.mkOption {
default = true;
type = lib.types.bool;
description = lib.mdDoc "Enable / disable the plugin.";
};
};

git_repositories = {
enable = lib.mkOption {
default = true;
Expand Down

0 comments on commit 0e621ac

Please sign in to comment.