Upgrade
This commit is contained in:
parent
bc9fefe8ee
commit
f3e7b29a98
4 changed files with 151 additions and 92 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue