1

feat: golang goes into its module

This commit is contained in:
Himadri Bhattacharjee
2024-09-01 19:18:51 +05:30
parent 9e1ce1f8fc
commit 1770722605
3 changed files with 7 additions and 2 deletions

View File

@@ -128,8 +128,6 @@
extraGroups = [ "networkmanager" "wheel" "libvirtd" ];
packages = with pkgs; [
gnome-boxes
go
gopls
i2p
jellyfin-media-player
jq

6
hosts/default/golang.nix Normal file
View File

@@ -0,0 +1,6 @@
{ config, pkgs, ... }: {
home.packages = with pkgs; [
go
gopls
];
}

View File

@@ -17,6 +17,7 @@
./rust.nix
./shell.nix
./video-editing.nix
./golang.nix
./zellij.nix
# ./hud.nix
];