Added gopls

This commit is contained in:
2024-09-07 13:37:43 +02:00
parent eaa524ca77
commit 2fcbad93b9
2 changed files with 6 additions and 1 deletions

View File

@@ -49,6 +49,10 @@
LC_TIME = "it_IT.UTF-8";
};
environment.sessionVariables = rec {
GOPATH = "$HOME/.go";
};
# Enable sound with pipewire.
hardware.pulseaudio.enable = false;
@@ -110,6 +114,7 @@
xdg-desktop-portal-kde
# LSPs
gopls # .go
nil # .nix
];