app cleanup
This commit is contained in:
parent
6403efbf66
commit
8885dba48d
1 changed files with 2 additions and 12 deletions
|
|
@ -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 @@
|
|||
};
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue