10 lines
103 B
Nix
10 lines
103 B
Nix
{ ... }:
|
|
{
|
|
imports = [ ./gpg ];
|
|
|
|
programs.git = {
|
|
enable = true;
|
|
lfs.enable = true;
|
|
};
|
|
}
|