From ed3aaa99babad20484a4679155d9a8879dcb64ea Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sat, 11 May 2024 16:45:54 +0200 Subject: [PATCH] pinwheel: Add `graphite` to `work` module --- hosts/pinwheel/modules/work/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/pinwheel/modules/work/default.nix b/hosts/pinwheel/modules/work/default.nix index c720779..4cee951 100644 --- a/hosts/pinwheel/modules/work/default.nix +++ b/hosts/pinwheel/modules/work/default.nix @@ -13,6 +13,10 @@ in home.packages = [ (pkgs.jetbrains.plugins.addPlugins pkgs.jetbrains.idea-ultimate [ "ideavim" ]) + (pkgs.graphite-cli.overrideAttrs(_: { + version = "1.3.3"; + })) + pkgs.xdg-utils # needed by graphite-cli ]; programs.go = lib.mkIf goEnabled {