woodpecker-cli

feat/kile-v2
Ricard Illa 2022-08-22 13:32:35 +02:00
parent a180a74ceb
commit 7f8670a3f7
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
{ config, pkgs, ... }:
{
home.packages = [ pkgs.diff-so-fancy pkgs.tig pkgs.tea ];
let woodpecker-cli = pkgs.callPackage ./woodpecker-cli.nix { inherit pkgs; };
in {
home.packages = [ pkgs.diff-so-fancy pkgs.tig pkgs.tea woodpecker-cli ];
programs.git = {
enable = true;