app cleanup

This commit is contained in:
Satria 2026-03-06 23:03:35 +07:00
commit 8885dba48d

View file

@ -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 @@
};
};
}
}