nix: options refactor

This commit is contained in:
Primrose 2024-05-26 12:33:17 +02:00
parent fa5bbfb199
commit f329c3af7c
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
6 changed files with 143 additions and 139 deletions

View file

@ -1,4 +1,4 @@
{ config, ... }:
{ lib, ... }:
{
# git plugins
programs.git = {
@ -40,7 +40,7 @@
userName = "Léana ";
signing = {
key = "3659D5C87A4BC5D7699B37D84E887A4CA9714ADA";
signByDefault = config.git.signCommits;
signByDefault = lib.mkDefault false;
};
};