Compare commits
2 commits
20ef6f5b90
...
3a88ed008a
Author | SHA1 | Date | |
---|---|---|---|
3a88ed008a | |||
4951ad863f |
2 changed files with 5 additions and 1 deletions
|
@ -35,8 +35,11 @@ with config;
|
||||||
termius
|
termius
|
||||||
unstable.bruno
|
unstable.bruno
|
||||||
unstable.fractal
|
unstable.fractal
|
||||||
|
unstable.httpie
|
||||||
|
unstable.mods
|
||||||
unstable.peazip
|
unstable.peazip
|
||||||
unstable.telegram-desktop
|
unstable.telegram-desktop
|
||||||
|
unstable.tidal-hifi
|
||||||
vlc
|
vlc
|
||||||
|
|
||||||
# cli
|
# cli
|
||||||
|
@ -48,7 +51,7 @@ with config;
|
||||||
shellcheck # shell script linting
|
shellcheck # shell script linting
|
||||||
unstable.act # run GitHub actions locally
|
unstable.act # run GitHub actions locally
|
||||||
unstable.nodePackages_latest.prettier # code formatter
|
unstable.nodePackages_latest.prettier # code formatter
|
||||||
unstable.tidal-hifi
|
unstable.tailspin # logfile highlighter
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,6 +26,7 @@ let
|
||||||
"tyriar.sort-lines"
|
"tyriar.sort-lines"
|
||||||
"yzhang.markdown-all-in-one"
|
"yzhang.markdown-all-in-one"
|
||||||
"foxundermoon.shell-format"
|
"foxundermoon.shell-format"
|
||||||
|
"ahmadalli.vscode-nginx-conf"
|
||||||
];
|
];
|
||||||
# Nixpkgs Extensions. These are updated whenver they get around to it.
|
# Nixpkgs Extensions. These are updated whenver they get around to it.
|
||||||
vscodeNixpkgsExtensions = [
|
vscodeNixpkgsExtensions = [
|
||||||
|
|
Loading…
Reference in a new issue