Abhinav Sarkar 2023-03-24 09:13:28 +05:30
parent 3f792ef74b
commit 233878508a
3 changed files with 9 additions and 0 deletions

View File

@ -43,6 +43,8 @@ let
shellcheck
toot
typos
zig
zls
];
fonts = with pkgs; [
fira-mono

View File

@ -34,6 +34,7 @@ in {
mhutchie.git-graph
skellock.just
streetsidesoftware.code-spell-checker
tiehuis.zig
timonwong.shellcheck
tyriar.sort-lines
zhuangtongfa.material-theme

View File

@ -137,6 +137,12 @@
version = "2.20.3";
sha256 = "1p22ilk5cyr6h6jl89hwdcwvzslhzmh58zc7yysqlphv38s9pk6v";
}
{
name = "zig";
publisher = "tiehuis";
version = "0.2.6";
sha256 = "0c73jab7xvw1h4wkvsw950x9ihp0hy3wsqpa2z2ff4pk81ihqidk";
}
{
name = "shellcheck";
publisher = "timonwong";