This commit is contained in:
Geoffrey Frogeye 2024-11-28 17:07:55 +01:00
parent b16db77f04
commit 2951e81a77
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
3 changed files with 25 additions and 5 deletions

View file

@ -5,6 +5,7 @@ in
{
config = lib.mkIf cfg.enable {
home.packages = [
(pkgs.callPackage ./jjui.nix {})
(pkgs.writeShellApplication {
name = "git-sync";
text = (lib.strings.concatLines