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"; TERMINAL = "kitty";
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [ bun ];
go
bun
# nodejs # pkgs.buildEnv error: two given paths contain a conflicting subpath
nodePackages.npm
nodePackages.pnpm
nodePackages.yarn
python314
arduino-cli
esptool
];
programs = { programs = {
tmux.enable = true; tmux.enable = true;
@ -101,4 +91,4 @@
}; };
}; };
} }