From f87b50d3bcc9fa5a59aef919a6816001cd43cceb Mon Sep 17 00:00:00 2001 From: XNM Date: Fri, 20 Oct 2023 19:55:01 +0300 Subject: [PATCH] added packages: `zls` - LSP for Zig, `vlang` - Vlang programming language, `evcxr` - REPL for Rust --- home/.config/fish/functions/fish_greeting.fish | 2 +- nixos/configuration.nix | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/home/.config/fish/functions/fish_greeting.fish b/home/.config/fish/functions/fish_greeting.fish index 290a700..da11484 100644 --- a/home/.config/fish/functions/fish_greeting.fish +++ b/home/.config/fish/functions/fish_greeting.fish @@ -1,6 +1,6 @@ function fish_greeting set_color blue; echo " Distro:  NixOS" - set_color white; echo " Langs:  Rust  Go  JS 󰛦 TS  Python  WasmEdge" + set_color white; echo " Langs:  Rust  Zig  Go  Vlang  JS 󰛦 TS  Python  WasmEdge" set_color green; echo " Shell: 󰈺 Fish" set_color yellow; echo "󰟶 Mood: 👨‍💻" set_color cyan; figlet random -f binary diff --git a/nixos/configuration.nix b/nixos/configuration.nix index b0c1638..0c3958e 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -429,6 +429,7 @@ nodejs_20 bun zig + vlang python311Packages.python-lsp-server nodePackages_latest.nodemon @@ -440,9 +441,10 @@ sumneko-lua-language-server marksman nil + zls rustup - # evcxr #rust repl + evcxr #rust repl rust-analyzer cargo-deny cargo-audit