From 75e15624756a5da762b4c0bfe9b92f8db317831b Mon Sep 17 00:00:00 2001
From: Myned <dev@bjork.tech>
Date: Tue, 18 Mar 2025 19:15:07 -0500
Subject: [PATCH] pkgs: add gitbutler

---
 configuration.nix                    | 5 +++++
 flake.in.nix                         | 1 +
 flake.nix                            | 1 +
 options/custom/settings/packages.nix | 1 +
 4 files changed, 8 insertions(+)

diff --git a/configuration.nix b/configuration.nix
index 7f16b8a..f5060b0 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -49,6 +49,7 @@
           stable = nixpkgs "stable";
           unstable = nixpkgs "unstable";
           master = nixpkgs "master";
+          turbo = nixpkgs "turbo";
         in {
           # Overlay nixpkgs branches
           #?? nixpkgs.BRANCH.PACKAGE
@@ -64,6 +65,10 @@
           # https://github.com/NixOS/nixpkgs/pull/390171
           rustdesk-flutter = stable.rustdesk-flutter;
 
+          # TODO: Remove when on unstable
+          # https://github.com/NixOS/nixpkgs/pull/389948
+          turbo-unwrapped = turbo.turbo-unwrapped;
+
           # TODO: Use official package when available
           # https://github.com/NixOS/nixpkgs/issues/327982
           zen-browser = inputs.zen-browser.packages.${prev.system}.zen-browser;
diff --git a/flake.in.nix b/flake.in.nix
index 5b786ed..13c2512 100644
--- a/flake.in.nix
+++ b/flake.in.nix
@@ -74,6 +74,7 @@
 
     ### Branches
     nixpkgs-master = flake "github:NixOS/nixpkgs/master";
+    nixpkgs-turbo = flake "github:getchoo-contrib/nixpkgs/pkgs/turbo/2.4.5";
 
     ### Source code
     cisco-packettracer8 = source "file:///home/myned/SYNC/linux/config/cisco/CiscoPacketTracer822_amd64_signed.deb";
diff --git a/flake.nix b/flake.nix
index dc3cd5b..3d2129f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -167,6 +167,7 @@
     nixos-hardware.url = "github:NixOS/nixos-hardware";
     nixpkgs-master.url = "github:NixOS/nixpkgs/master";
     nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-24.11";
+    nixpkgs-turbo.url = "github:getchoo-contrib/nixpkgs/pkgs/turbo/2.4.5";
     nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
     nur-stable = {
       inputs.nixpkgs.follows = "nixpkgs-stable";
diff --git a/options/custom/settings/packages.nix b/options/custom/settings/packages.nix
index 8fb5864..0e92344 100644
--- a/options/custom/settings/packages.nix
+++ b/options/custom/settings/packages.nix
@@ -100,6 +100,7 @@ in {
           fractal # Matrix client
           fragments # Torrent downloader
           gcolor3 # Color picker
+          gitbutler # Git client
           gitg # Git client
           github-desktop # Git client
           gitnuro # Git client