mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
nix: options refactor
This commit is contained in:
parent
fa5bbfb199
commit
f329c3af7c
6 changed files with 143 additions and 139 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue