diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-22 14:17:41 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-22 14:17:41 +0200 |
commit | 2ff7322ff6d47f4ed37cfe3b63637d2fe413170e (patch) | |
tree | b899dd62b05caaafdc93d65ced982c99d31ceccc | |
parent | Fix VM host (fonts, grub) (diff) | |
download | nixos-config-2ff7322ff6d47f4ed37cfe3b63637d2fe413170e.tar.gz nixos-config-2ff7322ff6d47f4ed37cfe3b63637d2fe413170e.tar.bz2 nixos-config-2ff7322ff6d47f4ed37cfe3b63637d2fe413170e.zip |
Move git-crypt to the home configuration
-rw-r--r-- | hosts/configuration.nix | 1 | ||||
-rw-r--r-- | hosts/home.nix | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 6f60e49..75a3682 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -83,7 +83,6 @@ usbutils pciutils gnupg - git-crypt neovim ]; diff --git a/hosts/home.nix b/hosts/home.nix index d0ec7da..905544e 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -32,6 +32,7 @@ in qbittorrent xorg.xev statix + git-crypt ]; }; |