Add some packages
This commit is contained in:
parent
7610bbc979
commit
8cdae32ac2
2 changed files with 6 additions and 1 deletions
|
@ -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,
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue