aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--srv/hadante/configuration.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/srv/hadante/configuration.nix b/srv/hadante/configuration.nix
index 58dc08a..87f8632 100644
--- a/srv/hadante/configuration.nix
+++ b/srv/hadante/configuration.nix
@@ -152,6 +152,10 @@ in
enableSSHSupport = true;
pinentryPackage = pkgs.pinentry-qt;
};
+ git = {
+ enable = true;
+ lfs.enable = true;
+ };
direnv = {
enable = true;
nix-direnv.enable = true;
@@ -235,7 +239,6 @@ in
[
neovim
atuin
- git
zsh
yadm
openssl
@@ -256,8 +259,6 @@ in
stackpkgs.audiorelay
- ags
-
prismlauncher
jdk8
jdk17