Review jjui PR

This commit is contained in:
Geoffrey Frogeye 2024-12-20 23:34:04 +01:00
parent b61685f677
commit 128bdc5004
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
3 changed files with 4 additions and 23 deletions

View file

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