From 2af5e3f2a3e3e9e4694f5a40c70acce4b80d14c1 Mon Sep 17 00:00:00 2001 From: materus Date: Sat, 2 Mar 2024 22:50:52 +0100 Subject: [PATCH] materusPC: add git-crypt to home --- configurations/host/materusPC/extraHome.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configurations/host/materusPC/extraHome.nix b/configurations/host/materusPC/extraHome.nix index d07d5d1..d0b5bf0 100644 --- a/configurations/host/materusPC/extraHome.nix +++ b/configurations/host/materusPC/extraHome.nix @@ -69,6 +69,7 @@ pkgs.papirus-icon-theme materusArg.pkgs.ffmpeg6-amf-full (materusArg.pkgs.polymc.wrap { extraJDKs = [ pkgs.graalvm-ce ]; extraLibs = [ ]; }) + pkgs.git-crypt ]; programs.obs-studio = {