diff options
| author | Fuwn <[email protected]> | 2025-01-06 12:07:04 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-01-06 12:07:04 -0800 |
| commit | c14c6bb9cbe57267c9ed4e78ed54278465c3e9f2 (patch) | |
| tree | 060f0c63a34c48e328067d072d5056cec0a0cc50 /home/ebisu/base/go.nix | |
| parent | nara: add zsh prompt (diff) | |
| download | nixos-config-c14c6bb9cbe57267c9ed4e78ed54278465c3e9f2.tar.xz nixos-config-c14c6bb9cbe57267c9ed4e78ed54278465c3e9f2.zip | |
nara: move go to base home modules
Diffstat (limited to 'home/ebisu/base/go.nix')
| -rw-r--r-- | home/ebisu/base/go.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/home/ebisu/base/go.nix b/home/ebisu/base/go.nix new file mode 100644 index 0000000..e389414 --- /dev/null +++ b/home/ebisu/base/go.nix @@ -0,0 +1,5 @@ +{ pkgs, ... }: +{ + programs.go.enable = true; + home.packages = with pkgs; [ gopls ]; +} |