This commit is contained in:
Geoffrey Frogeye 2025-01-23 15:58:05 +01:00
parent bc9fefe8ee
commit f3e7b29a98
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
4 changed files with 151 additions and 92 deletions

View file

@ -2,17 +2,15 @@
pkgs,
lib,
config,
jjuinixpkgs,
...
}:
let
cfg = config.programs.git;
jjuipkgs = import jjuinixpkgs { inherit (pkgs) system; };
in
{
config = lib.mkIf cfg.enable {
home.packages = [
jjuipkgs.jjui
pkgs.jjui
pkgs.lazyjj
(pkgs.writeShellApplication {
name = "git-sync";