aboutsummaryrefslogtreecommitdiff
path: root/nixos/languages/go.nix
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2025-10-13 09:45:02 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2025-10-13 09:45:02 +0530
commit0af0bb31ead7ff59887bc1eeb66df992c9d15208 (patch)
treea4ec461ecc47e22263b4e5eb871f782c0f2b3410 /nixos/languages/go.nix
parent7b952dc9b6001f21cd73562fea6040b2d175b944 (diff)
wallpapers, docs + configuration language seperation & cleanup
Diffstat (limited to 'nixos/languages/go.nix')
-rw-r--r--nixos/languages/go.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/nixos/languages/go.nix b/nixos/languages/go.nix
new file mode 100644
index 0000000..1fb923f
--- /dev/null
+++ b/nixos/languages/go.nix
@@ -0,0 +1,7 @@
+{ config, pkgs, ... }:
+in {
+ environment.systemPackages = with pkgs; [
+ go
+ gopls
+ ];
+}