Add some packages

This commit is contained in:
Erwin Boskma 2022-01-19 16:57:40 +01:00
parent 7610bbc979
commit 8cdae32ac2
Signed by: erwin
GPG key ID: 270B20D17394F7E5
2 changed files with 6 additions and 1 deletions

View file

@ -411,7 +411,8 @@
}, },
"tailwindCSS.includeLanguages": { "tailwindCSS.includeLanguages": {
"svelte": "html", "svelte": "html",
"surface": "html" "surface": "html",
"elixir": "html"
}, },
"tailwindCSS.emmetCompletions": true, "tailwindCSS.emmetCompletions": true,
"docker.showStartPage": false, "docker.showStartPage": false,

View file

@ -72,13 +72,17 @@ in
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [
bandwhich
bitwarden bitwarden
bottom bottom
fd fd
ffmpeg
ffmpeg.bin
git git
gnome.nautilus gnome.nautilus
imagemagick imagemagick
imv imv
iotop
(jetbrains.clion.override { jdk = pkgs.jetbrains.jdk; }) (jetbrains.clion.override { jdk = pkgs.jetbrains.jdk; })
mpv mpv
nomachine-client nomachine-client