Removed LSPs from global packages

This commit is contained in:
2025-04-12 09:40:01 +02:00
parent 4b28507aec
commit 516d786c1b
2 changed files with 11 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, zen-browser, ... }:
{
imports =
[ # Include the results of the hardware scan.
@@ -130,19 +130,13 @@
telegram-desktop
xdg-desktop-portal
xdg-desktop-portal-gtk
# LSPs
gopls # .go
nil # .nix
# luajitPackages.lua-lsp # .lua
jdt-language-server # .java
];
programs.steam.enable = true;
programs.steam.remotePlay.openFirewall = true;
virtualisation.podman.enable = true;
virtualisation.podman.dockerCompat = true;
virtualisation.vmware.host.enable = true;
# virtualisation.vmware.host.enable = true;
system.stateVersion = "24.05"; # Did you read the comment?
}