feat: golang goes into its module
This commit is contained in:
@@ -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
6
hosts/default/golang.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ config, pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
go
|
||||
gopls
|
||||
];
|
||||
}
|
||||
@@ -17,6 +17,7 @@
|
||||
./rust.nix
|
||||
./shell.nix
|
||||
./video-editing.nix
|
||||
./golang.nix
|
||||
./zellij.nix
|
||||
# ./hud.nix
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user