move cli apps

This commit is contained in:
Satria 2026-02-28 19:35:59 +07:00
commit ec5461621f
2 changed files with 19 additions and 20 deletions

View file

@ -1,4 +1,22 @@
{ pkgs, git, rice, ... }: {
home.sessionVariables = {
EDITOR = "nvim";
BROWSER = "brave";
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
];
programs = {
tmux.enable = true;
vim.enable = true;