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";
|
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 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue