forked from Bun/nixos-config
Move packages into overlays as God intended
This commit is contained in:
parent
fa3890b814
commit
a62148572b
11 changed files with 10 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
|||
{ pkgs, outputs, ... }:
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
userName = outputs.secrets.jimUsername;
|
||||
userEmail = outputs.secrets.jimEmail;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue