From 0af0bb31ead7ff59887bc1eeb66df992c9d15208 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Mon, 13 Oct 2025 09:45:02 +0530 Subject: wallpapers, docs + configuration language seperation & cleanup --- nixos/languages/go.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 nixos/languages/go.nix (limited to 'nixos/languages/go.nix') 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 + ]; +} -- cgit v1.2.3