mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Merge pull request #587 from genebean/esptool
Update where esptool is installed
This commit is contained in:
commit
324271d729
2 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# nothing here right now
|
esptool
|
||||||
];
|
];
|
||||||
programs = {
|
programs = {
|
||||||
git.settings.aliases = {
|
git.settings.aliases = {
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,6 @@ in {
|
||||||
dos2unix
|
dos2unix
|
||||||
duf
|
duf
|
||||||
dust
|
dust
|
||||||
esptool
|
|
||||||
fd
|
fd
|
||||||
f2
|
f2
|
||||||
git-filter-repo
|
git-filter-repo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue