feat: use jj pr for lfs support

This commit is contained in:
Moritz Böhme 2025-07-31 16:19:36 +02:00
parent cf2bc5243c
commit 713c40d617
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
3 changed files with 53 additions and 0 deletions

View file

@ -1,6 +1,8 @@
{
lib,
config,
inputs,
pkgs,
...
}: let
inherit (lib) mkEnableOption mkIf;
@ -11,6 +13,7 @@ in {
config = mkIf cfg.enable {
home-manager.users.moritz.programs.jujutsu = {
enable = true;
package = inputs.jj.packages.${pkgs.system}.default;
settings = {
user = {
email = "mail@moritzboeh.me";