packages
This commit is contained in:
parent
327064d0de
commit
0e2e304264
|
@ -201,6 +201,7 @@ in {
|
||||||
mariadb
|
mariadb
|
||||||
php74
|
php74
|
||||||
nodePackages.intelephense
|
nodePackages.intelephense
|
||||||
|
nodePackages.typescript-language-server
|
||||||
nodejs
|
nodejs
|
||||||
nodePackages.yarn
|
nodePackages.yarn
|
||||||
nodePackages.less
|
nodePackages.less
|
||||||
|
|
|
@ -35,6 +35,7 @@ in {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
alacritty
|
alacritty
|
||||||
terminal # see flake.nix
|
terminal # see flake.nix
|
||||||
|
btop
|
||||||
exa
|
exa
|
||||||
fd
|
fd
|
||||||
p7zip
|
p7zip
|
||||||
|
@ -90,11 +91,11 @@ in {
|
||||||
# Programming
|
# Programming
|
||||||
vscode
|
vscode
|
||||||
rustup
|
rustup
|
||||||
android-studio
|
|
||||||
# cargo
|
# cargo
|
||||||
cargo-edit
|
cargo-edit
|
||||||
cargo-feature
|
cargo-feature
|
||||||
cargo-watch
|
cargo-watch
|
||||||
|
cargo-expand
|
||||||
pkgs.unstable.rust-analyzer
|
pkgs.unstable.rust-analyzer
|
||||||
gcc
|
gcc
|
||||||
nixfmt
|
nixfmt
|
||||||
|
|
Loading…
Reference in a new issue