This commit is contained in:
2026-03-03 16:30:58 +01:00
parent 5f34d32807
commit 6a49646d5e
34 changed files with 1229 additions and 1044 deletions

View File

@@ -23,6 +23,14 @@
enableZshIntegration = true;
nix-direnv.enable = true;
};
programs.lazygit = {
enable = true;
# TODO: Figure out how to handle this flag. Set it in shell.nix or here?
# Maybe set it conditionally on if zsh is enabled?
# Might be relevant: lib.hm.shell.mkZshIntegrationOption
enableZshIntegration = true;
};
};
};
}