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