mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: only gpgsign commits bismuth on by default
This commit is contained in:
parent
ace99e2e60
commit
95ec7c0b14
3 changed files with 4 additions and 1 deletions
|
|
@ -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; };
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue