about summary refs log tree commit diff stats
path: root/flake/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-07-28 19:01:04 +0200
committerSoispha <soispha@vhack.eu>2023-07-28 19:01:04 +0200
commitae848c728f9e93c96b9dc5ac0aebc964e38b7187 (patch)
treebd34f51a03677b851b879f800d325e4b300be387 /flake/default.nix
parentDocs(hm/packages): Improve comments (diff)
downloadnixos-config-ae848c728f9e93c96b9dc5ac0aebc964e38b7187.tar.gz
nixos-config-ae848c728f9e93c96b9dc5ac0aebc964e38b7187.zip
Fix(treewide): Add `git-crypt`
Diffstat (limited to 'flake/default.nix')
-rw-r--r--flake/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake/default.nix b/flake/default.nix
index 45bec03b..2935bb51 100644
--- a/flake/default.nix
+++ b/flake/default.nix
@@ -134,7 +134,7 @@ in {
       packages = with pkgs; [
         # secure boot
         sbctl
-        # spells
+        # spell-ls
         ltex-ls
 
         # other
@@ -151,6 +151,7 @@ in {
 
         # secrets
         ragenix.packages."${system}".default
+        git-crypt
 
         # shell
         shellcheck