From b1c7cf69141d7dff79b35f88518ac000dfc11880 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Sun, 21 Jan 2024 13:03:04 +0100 Subject: [PATCH] home_packages: re-add glaxnimate, use mainstream stm32cubemx --- home/home_packages.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/home_packages.nix b/home/home_packages.nix index 93c853b..635d7f6 100644 --- a/home/home_packages.nix +++ b/home/home_packages.nix @@ -29,7 +29,7 @@ gdb ghostscript glab - /*glaxnimate*/ + glaxnimate gnumake go grim @@ -73,6 +73,7 @@ sioyek skypeforlinux slurp + stm32cubemx tea texlive.combined.scheme-full thunderbird @@ -115,6 +116,5 @@ (pkgs.callPackage ../packages/zapzap/default.nix {}) (pkgs.callPackage ../packages/viber/default.nix {}) (pkgs.callPackage ../packages/bubblewrap/default.nix {}) - (pkgs.callPackage ../packages/stm32cubemx/default.nix {}) ]; }