pinwheel: Add graphite to work module

This commit is contained in:
Alexander Heldt
2024-05-11 16:45:54 +02:00
parent 4b7a32e9fc
commit ed3aaa99ba

View File

@@ -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 {