Review jjui PR
This commit is contained in:
parent
b61685f677
commit
128bdc5004
3 changed files with 4 additions and 23 deletions
|
@ -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 = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue