add homebrew and fix jj

This commit is contained in:
2025-11-04 13:45:15 +08:00
parent 2a395c3d3a
commit fa3eeb7e40
5 changed files with 50 additions and 11 deletions

View File

@@ -19,6 +19,7 @@ let
dock.autohide = true;
dock.autohide-delay = 0.0;
};
security.pam.services.sudo_local.touchIdAuth = true;
};
in
{

View File

@@ -27,9 +27,7 @@ in
config = mkIf cfg.enable {
home.packages = with pkgs; [
git
lazygit
jujutsu
delta
];
@@ -133,7 +131,7 @@ in
"@-"
];
};
ui.default-command = "log";
ui.default-command = ["log" "--no-pager"];
};
};
programs.gh.enable = true;