From 8885dba48d3f8e40fac0b01d44867f8efd004a73 Mon Sep 17 00:00:00 2001 From: Satria Date: Fri, 6 Mar 2026 23:03:35 +0700 Subject: [PATCH] app cleanup --- modules/home/core/cli.nix | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/modules/home/core/cli.nix b/modules/home/core/cli.nix index d53655c..4d5cd63 100644 --- a/modules/home/core/cli.nix +++ b/modules/home/core/cli.nix @@ -5,17 +5,7 @@ TERMINAL = "kitty"; }; - home.packages = with pkgs; [ - go - bun - # nodejs # pkgs.buildEnv error: two given paths contain a conflicting subpath - nodePackages.npm - nodePackages.pnpm - nodePackages.yarn - python314 - arduino-cli - esptool - ]; + home.packages = with pkgs; [ bun ]; programs = { tmux.enable = true; @@ -101,4 +91,4 @@ }; }; -} \ No newline at end of file +}