nix: only gpgsign commits bismuth on by default

This commit is contained in:
Léana 江 2024-04-06 13:10:35 +02:00 committed by Léana 江
parent ace99e2e60
commit 95ec7c0b14
3 changed files with 4 additions and 1 deletions

View file

@ -60,6 +60,7 @@ let
extraLanguageServers.enable = lib.mkOption { default = false; };
universityTools.enable = lib.mkOption { default = false; };
fish.extraCompletions = lib.mkOption { default = [ ]; };
git.signCommits = lib.mkOption { default = false; };
};
};