From abcd794d995cf386e0be8342273252434baafc3d Mon Sep 17 00:00:00 2001 From: Jacob Bachmann Date: Tue, 16 Jan 2024 19:08:34 +0100 Subject: [PATCH] feat: add bun --- modules/packages.nix | 1 + users/gandalf/modules/xdg.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/packages.nix b/modules/packages.nix index 941f165..1a572b3 100644 --- a/modules/packages.nix +++ b/modules/packages.nix @@ -26,6 +26,7 @@ openjdk17 javaPackages.openjfx17 gradle_7 + bun nodejs_21 nodenv ] ++ lib.optionals (gui.enable) [ diff --git a/users/gandalf/modules/xdg.nix b/users/gandalf/modules/xdg.nix index 3330ae0..c985019 100644 --- a/users/gandalf/modules/xdg.nix +++ b/users/gandalf/modules/xdg.nix @@ -13,5 +13,4 @@ videos = "${config.home.homeDirectory}/vids"; }; - }