pinwheel: Add graphite to work module
This commit is contained in:
@@ -13,6 +13,10 @@ in
|
|||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
(pkgs.jetbrains.plugins.addPlugins pkgs.jetbrains.idea-ultimate [ "ideavim" ])
|
(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 {
|
programs.go = lib.mkIf goEnabled {
|
||||||
|
|||||||
Reference in New Issue
Block a user