enable git-crypt on rico2
This commit is contained in:
parent
a4f4d50318
commit
182ccc39c6
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{...}: {
|
{pkgs,...}: {
|
||||||
imports = [
|
imports = [
|
||||||
./neovim.nix
|
./neovim.nix
|
||||||
./starship.nix
|
./starship.nix
|
||||||
|
@ -6,4 +6,8 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.git.enable = true;
|
programs.git.enable = true;
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
git-crypt
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue