From ef78fbdfd627edd37d516e681d82320fc20256a4 Mon Sep 17 00:00:00 2001 From: Superredstone Date: Wed, 4 Sep 2024 10:24:54 +0200 Subject: [PATCH] Added nil_ls --- configuration.nix | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index 38b3362..10f6413 100644 --- a/configuration.nix +++ b/configuration.nix @@ -89,11 +89,9 @@ nix.settings.experimental-features = [ "nix-command" "flakes" ]; environment.systemPackages = with pkgs; [ + # CLI utils git - vim - neovim wget - vulkan-tools fish gcc unzip @@ -104,8 +102,18 @@ gnumake cmake 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-gtk + + # LSPs + nil # .nix ]; system.stateVersion = "24.05"; # Did you read the comment?