Added nil_ls

This commit is contained in:
2024-09-04 10:24:54 +02:00
parent 00ca9461e2
commit ef78fbdfd6

View File

@@ -89,11 +89,9 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# CLI utils
git git
vim
neovim
wget wget
vulkan-tools
fish fish
gcc gcc
unzip unzip
@@ -104,8 +102,18 @@
gnumake gnumake
cmake cmake
zoxide zoxide
xdg-desktop-portal-gtk vim # The only and one great editor
neovim # The only and one great editor improved even further
# Video card
vulkan-tools
# Desktop utils
xdg-desktop-portal-kde xdg-desktop-portal-kde
xdg-desktop-portal-gtk
# LSPs
nil # .nix
]; ];
system.stateVersion = "24.05"; # Did you read the comment? system.stateVersion = "24.05"; # Did you read the comment?