From 31c316d19cd974bb81a5d6de62142ff24db1c78e Mon Sep 17 00:00:00 2001 From: triethyl Date: Tue, 2 Sep 2025 10:48:21 -0400 Subject: reorganized directory structure --- features/user/cli/bundles/go-env.nix | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 features/user/cli/bundles/go-env.nix (limited to 'features/user/cli/bundles/go-env.nix') diff --git a/features/user/cli/bundles/go-env.nix b/features/user/cli/bundles/go-env.nix deleted file mode 100644 index 6e103a3..0000000 --- a/features/user/cli/bundles/go-env.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ config, pkgs, lib, ... }: let - cfg = config.features.cli.bundles.go-env; -in { - options.features.cli.bundles.go-env.enable = lib.mkEnableOption "go-env"; - config = lib.mkIf cfg.enable { - home.sessionVariables = { - GOPATH = "~/.go"; - }; - home.packages = with pkgs; [ - go - gopls - ]; - }; -} -- cgit v1.2.3