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": {
|
||||
"svelte": "html",
|
||||
"surface": "html"
|
||||
"surface": "html",
|
||||
"elixir": "html"
|
||||
},
|
||||
"tailwindCSS.emmetCompletions": true,
|
||||
"docker.showStartPage": false,
|
||||
|
|
|
@ -72,13 +72,17 @@ in
|
|||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
bandwhich
|
||||
bitwarden
|
||||
bottom
|
||||
fd
|
||||
ffmpeg
|
||||
ffmpeg.bin
|
||||
git
|
||||
gnome.nautilus
|
||||
imagemagick
|
||||
imv
|
||||
iotop
|
||||
(jetbrains.clion.override { jdk = pkgs.jetbrains.jdk; })
|
||||
mpv
|
||||
nomachine-client
|
||||
|
|
Loading…
Reference in a new issue