This website requires JavaScript.
Explore
Help
Sign in
daniel
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Activity
Actions
c53b7aa5db
dotfiles
/
system
/
nixos
/
git.nix
8 lines
102 B
Nix
Raw
Normal View
History
Unescape
Escape
NixOS: Install git-crypt
2022-07-30 20:47:38 +00:00
{
pkgs
,
.
.
.
}:
Refactor sail configuration
2022-07-30 17:49:04 +00:00
{
NixOS: Install git-crypt
2022-07-30 20:47:38 +00:00
environment
.
systemPackages
=
[
pkgs
.
git-crypt
]
;
Refactor sail configuration
2022-07-30 17:49:04 +00:00
programs
.
git
.
enable
=
true
;
}
Copy permalink